Skip to main content

BandedGridHitInfo() Constructor

Creates a new BandedGridHitInfo class instance.

Namespace: DevExpress.XtraGrid.Views.BandedGrid.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public BandedGridHitInfo()

Remarks

Usually, you will not need to use this constructor in applications. To obtain the BandedGridHitInfo object containing information on a specific point in a Banded Grid View, use the BandedGridView.CalcHitInfo method.

See Also