LayoutViewHitInfo() Constructor
Initializes a new instance of the LayoutViewHitInfo class.
Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Remarks
Do not create LayoutViewHitInfo class instances directly. To obtain the object containing valid information about a specific View point, call the LayoutView.CalcHitInfo method.
See Also