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

PivotGridFieldBase.AnnotationAttributes Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[Browsable(false)]
public virtual AnnotationAttributes AnnotationAttributes { get; }

Property Value

Type Description
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