TreeListColumn.GetDescription() Method
Gets this TreeListColumn‘s description, assigned by a related data attribute.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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