Skip to main content

GridColumnSortInfoCollection(ColumnView) Constructor

Initializes a new instance of the GridColumnSortInfoCollection class.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public GridColumnSortInfoCollection(
    ColumnView view
)

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