GroupSummarySortInfoCollection.Add(GridSummaryItem, ColumnSortOrder) Method
In This Article
Initializes a new instance of the GroupSummarySortInfo class with the specified sort order and appends it to the collection.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public GroupSummarySortInfo Add(
GridSummaryItem summary,
ColumnSortOrder sortOrder
)
#Parameters
Name | Type | Description |
---|---|---|
summary | Grid |
A Grid |
sort |
Column |
A Column |
#Returns
Type | Description |
---|---|
Group |
The Group |
See Also