A newer version of this page is available.
Switch to the current version.
GridDataColumnSettings.SortMode Property
Gets or sets how the column's (row's for ASPxVerticalGrid) data is sorted when sorting is applied to it.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(ColumnSortMode.Default)]
public ColumnSortMode SortMode { get; set; }
<DefaultValue(ColumnSortMode.Default)>
Public Property SortMode As ColumnSortMode
Property Value
Type | Default | Description |
---|---|---|
ColumnSortMode | Default |
One of the ColumnSortMode enumeration values. |
Property Paths
You can access this nested property as listed below:
Show 120 property paths
Library | Object Type | Path to SortMode |
---|---|---|
ASP.NET Controls and MVC Extensions | CardViewBinaryImageColumn |
|
CardViewButtonEditColumn |
|
|
CardViewCheckColumn |
|
|
CardViewColorEditColumn |
|
|
CardViewColumn |
|
|
CardViewComboBoxColumn |
|
|
CardViewDateColumn |
|
|
CardViewDropDownEditColumn |
|
|
CardViewEditColumn |
|
|
CardViewHyperLinkColumn |
|
|
CardViewImageColumn |
|
|
CardViewMemoColumn |
|
|
CardViewProgressBarColumn |
|
|
CardViewSpinEditColumn |
|
|
CardViewTextColumn |
|
|
CardViewTimeEditColumn |
|
|
CardViewTokenBoxColumn |
|