Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridBand.AccessibleDescription Property

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

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual string AccessibleDescription { get; set; }

#Property Value

Type Default Description
String null

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