Skip to main content

TreeListColumn.ToString() Method

Gets the column’s caption.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public override string ToString()

Returns

Type Description
String

A string that specifies the column’s caption.

See Also