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

TreeListSettingsCookies.StoreColumnsVisiblePosition Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to StoreColumnsVisiblePosition
ASPxTreeList
.SettingsCookies.StoreColumnsVisiblePosition
MVCxTreeList
.SettingsCookies.StoreColumnsVisiblePosition
TreeListSettings
.SettingsCookies.StoreColumnsVisiblePosition
TreeListSettings<RowType>
.SettingsCookies.StoreColumnsVisiblePosition

Remarks

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

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

See Also