Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeListSettingsCustomizationWindow.Caption Property

Gets or sets the Customization Window‘s caption.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

[DefaultValue("Column Chooser")]
public string Caption { get; set; }

Property Value

Type Default Description
String "Column Chooser"

A String value that specifies the customization window’s caption.

Property Paths

You can access this nested property as listed below:

Object Type Path to Caption
ASPxTreeList
MVCxTreeList
TreeListSettings
TreeListSettings<RowType>

Remarks

Use the Caption property to replace the default caption with a custom caption.

See Also