ASPxFileManager.SettingsCookies Property
In This Article
Provides access to the file manager’s cookie settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerSettingsCookies SettingsCookies { get; }
#Property Value
Type | Description |
---|---|
File |
An object that contains cookie settings. |
#Remarks
<dx:ASPxFileManager ID="fileManager" ...>
...
<SettingsFileList View="Details">
<DetailsViewSettings AllowColumnResize="true" AllowColumnDragDrop="true" AllowColumnSort="true" ShowHeaderFilterButton="false" />
</SettingsFileList>
<SettingsCookies StoreColumnsWidth="true" ... />
</dx:ASPxFileManager>
See Also