Skip to main content
A newer version of this page is available. .
Tab

ASPxGroupSummarySortInfo Constructors

Contains the information required 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