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

GridBand.AccessibleName Property

Gets or sets the object’s name 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 AccessibleName { get; set; }

Property Value

Type Default Description
String null

The object’s name used by accessibility client applications.

Remarks

The AccessibleName property is a label that briefly describes and identifies the object. See the following topic for more information: Control.AccessibleName.

See Also