Skip to main content

RepositoryItem.AccessibleRole Property

Gets or sets the object’s accessible role.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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