TreeListColumn.GetDescription() Method
In This Article
Gets this TreeListColumn‘s description, assigned by a related data attribute.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
#Returns
Type | Description |
---|---|
String | A String value that is this Tree |
#Remarks
See the GridColumn.GetDescription and Data Annotation Attributes topics to learn more.
See Also