Back to Devexpress

GridBand.GetAccessibleDescription() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridband-df90284f.md

latest1.4 KB
Original Source

GridBand.GetAccessibleDescription() Method

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

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string GetAccessibleDescription()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetAccessibleDescription As String

Returns

TypeDescription
String

The object’s description used by accessibility client applications.

|

See Also

GridBand Class

GridBand Members

DevExpress.XtraGrid.Views.BandedGrid Namespace