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

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

    Namespace: DevExpress.XtraGrid.Views.Base

    Assembly: DevExpress.XtraGrid.v26.1.dll

    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