Skip to main content
All docs
V25.1
  • BaseView.AccessibleName Property

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

    Namespace: DevExpress.XtraGrid.Views.Base

    Assembly: DevExpress.XtraGrid.v25.1.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