NevronOpenVision
Nevron.Nov.Grid Namespace / NGroupingRule Class
Fields Properties Methods Events


In This Topic
    NGroupingRule Class Members
    In This Topic

    The following tables list the members exposed by NGroupingRule.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldDelegate which is called when the grouping rule needs to create footer summary rows for a specific group.  
    Public FieldDelegate which is called when the grouping rule needs to create a grouping header content.  
    Public FieldDelegate which is called when the grouping rule needs to create group row cells for a group row  
    Public FieldDelegate which is called when the grouping rule needs to create header summary rows for a specific group.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DefaultGroupRowHeightMeasure property  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets the element that performs the default group row height measure  
    Public PropertyGets or sets the direction in which to sort the groups  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Helper that creates a new NGroupingRule that groups by the specified column  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Helper that creates a new NGroupingRule for the specified field name.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Helper that creates a new NGroupingRule for the specified formula.  
    Public MethodGets the default group row height  
    Public MethodToggles the sorting direction of the grouping rule  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodCreates the default grouping header content  
    Protected MethodCreates the default group row header content.  
    Internal Method  
    Internal Method  
    Internal MethodOverridden.   
    Internal Method  
    Top
    See Also