Skip to main content
A newer version of this page is available. .
All docs
V23.1

BaseView.AccessibleName Property

Returns the object’s name used by accessibility client applications.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DefaultValue(null)]
[DXCategory("Accessibility")]
public virtual string AccessibleName { get; set; }

Property Value

Type Default Description
String null

The object’s name used by accessibility client applications.

See Also