NGroupingRule Class Members
In This Topic
The following tables list the members exposed by NGroupingRule.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | DefaultGroupRowHeight | 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. |
 | DefaultGroupRowMeasure | Gets the element that performs the default group row height measure |
 | SortingDirection | Gets or sets the direction in which to sort the groups |
Top
Public Methods
| Name | Description |
  | FromColumn | Overloaded. Helper that creates a new NGroupingRule that groups by the specified column |
  | FromFieldName | Overloaded. Helper that creates a new NGroupingRule for the specified field name. |
  | FromFormula | Overloaded. Helper that creates a new NGroupingRule for the specified formula. |
 | GetDefaultGroupRowHeight | Gets the default group row height |
 | ToggleSortingDirection | Toggles the sorting direction of the grouping rule |
Top
See Also