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

BaseEdit.AccessibleRole Property

Gets or sets the editor’s accessible role.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public AccessibleRole AccessibleRole { get; set; }

Property Value

Type Description
AccessibleRole

An AccessibleRole enumeration value which represents a role for the editor.

Remarks

This property’s value is synchronized with the RepositoryItem.AccessibleRole property’s value.

See Also