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

TreeListSettingsCookies.StoreColumnsWidth Property

Gets or sets whether a cookie and layout data contain information on a column’s width.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool StoreColumnsWidth { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to add information on a column’s width to a cookie and layout data; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to StoreColumnsWidth
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsCookies .StoreColumnsWidth
ASP.NET MVC Extensions MVCxTreeList
.SettingsCookies .StoreColumnsWidth
TreeListSettings
.SettingsCookies .StoreColumnsWidth
TreeListSettings<RowType>
.SettingsCookies .StoreColumnsWidth

Remarks

When the TreeListSettingsCookies.Enabled property is set to true, the StoreColumnsWidth property specifies whether information on a column’s width is saved to a cookie.

Additionally, the StoreColumnsWidth property specifies whether information on a column’s width is saved to layout data when handling the ASPxTreeList.ClientLayout event or calling the ASPxTreeList.SaveClientLayout method.

See Also