Skip to main content
All docs
V23.2

BaseView.AccessibleName Property

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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