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

TreeListColumn.GetCaption() Method

Returns the column’s display caption.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual string GetCaption()

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