Skip to main content
A newer version of this page is available. .
Tab

ASPxFileManager.SettingsCookies Property

Provides access to the file manager’s cookie settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerSettingsCookies SettingsCookies { get; }

Property Value

Type Description
FileManagerSettingsCookies

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