ASPxGridViewCookiesSettings.StoreGroupingAndSorting Property
Gets or sets whether a cookie and layout data contain information on sorting and grouping applied to ASPxGridView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to StoreGroupingAndSorting |
---|---|---|
ASP.NET Web Forms Controls | ASPxGridView |
|
GridViewProperties |
|
|
ASP.NET MVC Extensions | GridViewSettings |
|
MVCxGridViewProperties |
|
Remarks
When the ASPxGridCookiesSettings.Enabled property is set to true
, the StoreGroupingAndSorting property specifies whether information on sorting and grouping applied to the ASPxGridView is saved to a cookie.
Additionally, the StoreGroupingAndSorting property specifies whether the sorting and grouping information is saved to layout data when handling the ASPxGridBase.ClientLayout event or calling the ASPxGridBase.SaveClientLayout method.