TreeListColumn.GetCaption() Method
Returns the column’s display caption.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Returns
Type | Description |
---|---|
String | A string that specifies the column’s display caption. |
Remarks
Use the TreeListColumn.Caption property to specify a caption for the TreeListColumn. If the caption is not specified, it’s generated based on the column’s TreeListColumn.FieldName.
See Also