Skip to main content

PivotGridFieldBase.AnnotationAttributes Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

#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