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

NavBarGroup.AccessibleRole Property

Gets or sets the object’s accessible role.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v22.2.dll

NuGet Package: DevExpress.Win

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

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

See Also