ASPxGroupSummarySortInfo Constructors
Contains methods and properties to sort group rows by summary values.| Name | Parameters | Description |
|---|---|---|
| ASPxGroupSummarySortInfo() | none | Initializes a new instance of the ASPxGroupSummarySortInfo class with default settings. |
| ASPxGroupSummarySortInfo(String, ASPxSummaryItem, ColumnSortOrder) | groupColumn, groupSummary, sortOrder | Initializes a new instance of the ASPxGroupSummarySortInfo class with the specified settings. |
| ASPxGroupSummarySortInfo(String, ASPxSummaryItem) | groupColumn, groupSummary | Initializes a new instance of the ASPxGroupSummarySortInfo class with the specified grouped column and summary item. |
See Also