Back to Devexpress

PivotGridFieldBase.AnnotationAttributes Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-b058a8d4.md

latest1.7 KB
Original Source

PivotGridFieldBase.AnnotationAttributes Property

Returns the object that contains current values for all existing Data Annotation Attributes.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DevExpress.Data.Utils.AnnotationAttributes

An DevExpress.Data.Utils.AnnotationAttributes object that contains current values for all existing Data Annotation Attributes.

|

Remarks

To learn more, see Data Annotation Attributes.

See Also

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace