BandedGridHitInfo Class
Contains information about a specific point within a Banded Grid View.
Namespace: DevExpress.XtraGrid.Views.BandedGrid.ViewInfo
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return BandedGridHitInfo objects:
Remarks
BandedGridHitInfo objects provide information about a specific point within a Banded Grid View or an Advanced Banded Grid View. Such objects can be created by calling the desired View’s BandedGridView.CalcHitInfo method. This method requires the test point as a parameter.
BandedGridHitInfo class properties can be grouped into three logical categories:
- properties identifying the View element that contains the test point. For instance, the BandedGridHitInfo.Band, BandedGridHitInfo.Column and GridHitInfo.RowHandle properties identify the band, column and row whose elements are under the test point;
- properties indicating whether the test point resides over a particular View element. For instance, the BandedGridHitInfo.InBandPanel property indicates whether the test point is over the band header panel;
- the BandedGridHitInfo.HitTest property identifying the type of element located under the test point.
Inheritance
Object
BaseHitInfo
GridHitInfo
BandedGridHitInfo
See Also