Back to Devexpress

BaseLayoutItem.AccessibleDescription Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-75123138.md

latest1.8 KB
Original Source

BaseLayoutItem.AccessibleDescription Property

Gets or sets the object’s description used by accessibility client applications.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Accessibility")]
public string AccessibleDescription { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Accessibility")>
Public Property AccessibleDescription As String

Property Value

TypeDefaultDescription
Stringnull

The object’s description used by accessibility client applications.

|

Remarks

The AccessibleDescription property allows you to set a textual description of a UI element’s visual appearance. This description serves two purposes:

  • to give greater context for users with vision impairment;
  • for context searching or other applications.

Read the following topics for more information: Control.AccessibleDescription and DevExpress Accessibility Support.

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace