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

BaseHitInfo() Constructor

Creates a new BaseHitInfo object.

Namespace: DevExpress.XtraGrid.Views.Base.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

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