Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGrid Class / DefaultDataRowHeight Property


In This Topic
    DefaultDataRowHeight Property
    In This Topic
    Gets or sets the default data row height value. By default this property is set to Double.NaN, meaning that the grid will estimate the default row height based on the current columns. It is recommended that you set this property before you bind/populate the grid with data.
    Syntax
    'Declaration
     
    
    Public Property DefaultDataRowHeight As System.Double
    'Usage
     
    
    Dim instance As NGrid
    Dim value As System.Double
     
    instance.DefaultDataRowHeight = value
     
    value = instance.DefaultDataRowHeight
    public System.double DefaultDataRowHeight {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also