Back to Devexpress

TreeListColumn.GetDescription() Method

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-83aefa73.md

latest1.7 KB
Original Source

TreeListColumn.GetDescription() Method

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

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Returns

TypeDescription
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

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace