GridColumnSortInfoCollection(ColumnView) Constructor
Initializes a new instance of the GridColumnSortInfoCollection class.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | ColumnView | A ColumnView object representing a View that will be sorted using the information from the created collection. |
Remarks
Usually there is no need to create GridColumnSortInfoCollection objects directly. This constructor is used internally to initialize the ColumnView.SortInfo object.
See Also