FileManagerSettingsCookies.StoreSorting Property
Specifies whether to store the sort order to a cookie.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to StoreSorting |
---|---|---|
ASP.NET MVC Extensions | FileManagerSettings |
|
ASP.NET Web Forms Controls | ASPxFileManager |
|
Remarks
The StoreSorting property is in effect if the View property is set to Details.
<dx:ASPxFileManager ID="fileManager" ...>
...
<SettingsFileList View="Details">
<DetailsViewSettings AllowColumnResize="true" AllowColumnDragDrop="true" AllowColumnSort="true" ShowHeaderFilterButton="false" />
</SettingsFileList>
<SettingsCookies StoreSorting="true" ... />
</dx:ASPxFileManager>
See Also