Back to Devexpress

ASPxFileManager.SettingsCookies Property

aspnet-devexpress-dot-web-dot-aspxfilemanager-9e12f0a4.md

latest1.4 KB
Original Source

ASPxFileManager.SettingsCookies Property

Provides access to the file manager’s cookie settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public FileManagerSettingsCookies SettingsCookies { get; }
vb
Public ReadOnly Property SettingsCookies As FileManagerSettingsCookies

Property Value

TypeDescription
FileManagerSettingsCookies

An object that contains cookie settings.

|

Remarks

aspx
<dx:ASPxFileManager ID="fileManager" ...>
    ...
    <SettingsFileList View="Details">
        <DetailsViewSettings AllowColumnResize="true" AllowColumnDragDrop="true" AllowColumnSort="true" ShowHeaderFilterButton="false" />
    </SettingsFileList>
    <SettingsCookies StoreColumnsWidth="true" ... />
</dx:ASPxFileManager>

See Also

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace