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.v25.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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 |
|
See Also