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

TreeListColumn.ColumnAnnotationAttributes Property

Gets data annotation attributes applied to this TreeListColumn.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[DXCategory("Data")]
[Browsable(false)]
public virtual AnnotationAttributes ColumnAnnotationAttributes { get; }

Property Value

Type Description
DevExpress.Data.Utils.AnnotationAttributes

An AnnotationAttributes object that stores data annotation attributes applied to this TreeListColumn.

Remarks

See the GridColumn.ColumnAnnotationAttributes and Data Annotation Attributes topic to learn more.

See Also