PivotGridFieldBase.AnnotationAttributes Property
Returns the object that contains current values for all existing Data Annotation Attributes.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[PivotAPIMemberCategory(APICategory.RelationalSource)]
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