Skip to main content

GridGroupSummarySortInfo Constructors

Represents an element in the GridGroupSummarySortInfoCollection.
Name Parameters Description
GridGroupSummarySortInfo(GridSummaryItem, String, ListSortDirection) summaryItem, fieldName, sortOrder Initializes a new instance of the GridGroupSummarySortInfo class with the specified summary item, group column and sort order.
GridGroupSummarySortInfo(GridSummaryItem, String) summaryItem, fieldName Initializes a new instance of the GridGroupSummarySortInfo class with the specified summary item and group column.
See Also