PivotGridField.AccessibleRole Property
Gets or sets the object’s accessible role.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.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 |
---|---|---|
Accessible |
Default | The object’s accessible role. |
#Remarks
See the following topic for more information: Control.AccessibleRole.