Skip to main content

BaseHitInfo() Constructor

Creates a new BaseHitInfo object.

Namespace: DevExpress.XtraGrid.Views.Base.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public BaseHitInfo()

Remarks

The BaseHitInfo class merely serves as the base for classes providing hit information for Views. Each View has a corresponding BaseHitInfo descendant. Note that you don’t need to create these descendants manually. To obtain an object providing valid hit information, use the desired View’s CalcHitInfo method.

See Also