Skip to main content
All docs
V25.1
  • PivotGridField.AccessibleRole Property

    Gets or sets the object’s accessible role.

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v25.1.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