Skip to main content

GridColumn.SortMode Property

Specifies whether the grid should sort or group data by column values or display text.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public ColumnSortMode SortMode { get; set; }

Property Value

Type Description
ColumnSortMode

A ColumnSortMode enumeration value.

Available values:

Name
Value
DisplayText
See Also