Skip to main content

RepositoryItem.AccessibleRole Property

Gets or sets the object’s accessible role.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.dll

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