Skip to main content
A newer version of this page is available. .
All docs
V22.2

BaseView.AccessibleRole Property

Gets or sets the object’s accessible role.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Default Description
AccessibleRole Default

The object’s accessible role.

Remarks

Read the following topic for more information: Control.AccessibleRole

See Also