Back to Devexpress

DocumentGroup.AccessibleDescription Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-documentgroup-1e0582e0.md

latest1.9 KB
Original Source

DocumentGroup.AccessibleDescription Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public string AccessibleDescription { get; set; }
vb
<DefaultValue(Nothing)>
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

DocumentGroup Class

DocumentGroup Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace