Skip to main content
All docs
V23.2

PivotGridField.AccessibleRole Property

Gets or sets the object’s accessible role.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[DefaultValue(AccessibleRole.Default)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual AccessibleRole AccessibleRole { get; set; }

Property Value

Type Default Description
AccessibleRole Default

The object’s accessible role.

Remarks

See the following topic for more information: Control.AccessibleRole.

See Also