TreeListColumn.ColumnAnnotationAttributes Property
In This Article
Gets data annotation attributes applied to this TreeListColumn.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[DXCategory("Data")]
[Browsable(false)]
public virtual AnnotationAttributes ColumnAnnotationAttributes { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
An Annotation |
#Remarks
See the GridColumn.ColumnAnnotationAttributes and Data Annotation Attributes topic to learn more.
See Also