Back to Devexpress

TreeListColumn.GetCaption() Method

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-3826a462.md

latest1.8 KB
Original Source

TreeListColumn.GetCaption() Method

Returns the column’s display caption.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public virtual string GetCaption()
vb
Public Overridable Function GetCaption As String

Returns

TypeDescription
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

Caption

FieldName

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace