TreeListSettingsCookies.StoreControlWidth Property
Gets or sets whether a cookie and layout data contain information on the ASPxTreeList control width.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to StoreControlWidth |
---|---|
ASPxTreeList |
|
Remarks
When the TreeListSettingsCookies.Enabled property is set to true
, the StoreControlWidth property specifies whether information on the control width is saved to a cookie.
Additionally, the StoreControlWidth property specifies whether information on the control width is saved to layout data when handling the ASPxTreeList.ClientLayout event or calling the ASPxTreeList.SaveClientLayout method.