Skip to main content

LayoutViewHitInfo() Constructor

Initializes a new instance of the LayoutViewHitInfo class.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutViewHitInfo()

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