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.v19.1.dll

Declaration

[Browsable(false)]
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