A newer version of this page is available.
Switch to the current version.
ASPxGridBehaviorSettings.AllowSort Property
Gets or sets whether grid data can be sorted.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool AllowSort { get; set; }
<DefaultValue(True)>
Public Property AllowSort As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to enable data sorting; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 20 property paths
Library | Object Type | Path to AllowSort |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxCardView |
|
ASPxGridView |
|
|
ASPxVerticalGrid |
|
|
GridViewProperties |
|
|
CardViewSettings |
|
|
CardViewSettings<CardType> |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxCardView |
|
|
MVCxGridView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
MVCxVerticalGrid |