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

LayoutViewHitInfo() Constructor

Initializes a new instance of the LayoutViewHitInfo class.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

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