Back to Devexpress

TreeListColumn.ColumnAnnotationAttributes Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistcolumn-f3137202.md

latest1.8 KB
Original Source

TreeListColumn.ColumnAnnotationAttributes Property

Gets data annotation attributes applied to this TreeListColumn.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DXCategory("Data")]
[Browsable(false)]
public virtual AnnotationAttributes ColumnAnnotationAttributes { get; }
vb
<DXCategory("Data")>
<Browsable(False)>
Public Overridable ReadOnly Property ColumnAnnotationAttributes As AnnotationAttributes

Property Value

TypeDescription
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

TreeListColumn Class

TreeListColumn Members

DevExpress.XtraTreeList.Columns Namespace