GridColumnSortInfo.Column Property
In This Article
Gets or sets the column which is sorted by the GridColumnSortInfo.SortOrder.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public virtual GridColumn Column { get; set; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
Each GridColumnSortInfo object specifies the column and sort order applied to this column. Use the Column property to get the column object. The column’s sort order is specified by the GridColumnSortInfo.SortOrder property.
See Also