Skip to main content
A newer version of this page is available. .

BandedGridHitInfo() Constructor

Creates a new BandedGridHitInfo class instance.

Namespace: DevExpress.XtraGrid.Views.BandedGrid.ViewInfo

Assembly: DevExpress.XtraGrid.v18.2.dll

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