Skip to main content

BandedGridHitInfo.BandInfo Property

Gets an object that contains information on the band under the test point.

Namespace: DevExpress.XtraGrid.Views.BandedGrid.ViewInfo

Assembly: DevExpress.XtraGrid.v24.2.dll

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public GridBandInfoArgs BandInfo { get; }

Property Value

Type Description
DevExpress.XtraGrid.Drawing.GridBandInfoArgs

An object that contains information on the band under the test point.

See Also