Back to Devexpress

GridBand.AccessibleDescription Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-d0d264b6.md

latest2.0 KB
Original Source

GridBand.AccessibleDescription Property

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

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual string AccessibleDescription { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
<XtraSerializableProperty>
Public Overridable 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

GridBand Class

GridBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace