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

TreeListOptionsColumnEditForm.Caption Property

Gets or sets the caption for the editor that corresponds to the current column in the Edit Form.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public virtual string Caption { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the caption for the editor that corresponds to the current column in the Edit Form.

Property Paths

You can access this nested property as listed below:

Object Type Path to Caption
TreeListColumn
.OptionsEditForm .Caption
See Also