Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGroupingRule Class / DefaultGroupRowHeight Property


In This Topic
    DefaultGroupRowHeight Property
    In This Topic
    Gets or sets the default group row height value. By default this property is set to Double.NaN, meaning that the grid will estimate the default row height based on a measurement of the group header. It is recommended that you set this property before you bind/populate the grid with data.
    Syntax
    'Declaration
     
    
    Public Property DefaultGroupRowHeight As System.Double
    'Usage
     
    
    Dim instance As NGroupingRule
    Dim value As System.Double
     
    instance.DefaultGroupRowHeight = value
     
    value = instance.DefaultGroupRowHeight
    public System.double DefaultGroupRowHeight {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