Skip to main content
A newer version of this page is available.
All docs
V19.1

TreeListSettingsCustomizationWindow.Caption Property

Gets or sets the Customization Window‘s caption.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.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
ASPxGantt
ASPxTreeList
GanttSettings
MVCxGantt
MVCxTreeList
TreeListSettings
TreeListSettings<RowType>

Remarks

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

See Also