Skip to main content
All docs
V24.2

GridColumn.GetAccessibleName() Method

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual string GetAccessibleName()

Returns

Type Description
String

The object’s name used by accessibility client applications.

See Also