Back to Devexpress

BaseEdit.AccessibleDefaultActionDescription Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-1bda5279.md

latest1.6 KB
Original Source

BaseEdit.AccessibleDefaultActionDescription Property

Gets or sets the default action description of the editor for use by accessibility client applications.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string AccessibleDefaultActionDescription { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AccessibleDefaultActionDescription As String

Property Value

TypeDescription
String

A string which specifies the default action description of the editor for use by accessibility client applications.

|

Remarks

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

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace