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

TreeListColumn.ToString() Method

Gets the column’s caption.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public override string ToString()

Returns

Type Description
String

A string that specifies the column’s caption.

See Also