Skip to main content
A newer version of this page is available. .

RepositoryItem.AccessibleRole Property

Gets or sets the repository item’s accessible role.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
AccessibleRole Default

An AccessibleRole enumeration value which represents a role for the repository item.

Remarks

The AccessibleRole property describes what kind of user interface element an object is. For more information about the properties of accessible objects, see the Content of Descriptive Properties topic in the Active Accessibility section of the MSDN Library.

See Also