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

TreeListColumn.GetDescription() Method

Gets this TreeListColumn‘s description, assigned by a related data attribute.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual string GetDescription()

Returns

Type Description
String

A String value that is this TreeListColumn‘s description, assigned by a related data attribute.

Remarks

See the GridColumn.GetDescription and Data Annotation Attributes topics to learn more.

See Also