Back to Devexpress

BaseEdit.AccessibleDescription Property

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-30b34f58.md

latest1.4 KB
Original Source

BaseEdit.AccessibleDescription Property

Gets or sets the object’s description used 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 AccessibleDescription { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AccessibleDescription As String

Property Value

TypeDescription
String

The object’s description used by accessibility client applications.

|

Remarks

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

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace