Skip to main content
A newer version of this page is available. .
All docs
V21.2

GridBand.AccessibleDescription Property

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

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

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 specify a textual description about the object’s visual appearance. The description is primarily used to give greater context for low-vision or blind users, but can also be used for context searching or other applications. See the following topic for more information: Control.AccessibleDescription.

See Also