Skip to main content

TreeListColumn.ColumnAnnotationAttributes Property

Gets data annotation attributes applied to this TreeListColumn.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v23.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.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