BandedGridHitInfo() Constructor
Creates a new BandedGridHitInfo class instance.
Namespace: DevExpress.XtraGrid.Views.BandedGrid.ViewInfo
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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