windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-viewinfo.md
Contains information about a specific point within a Layout View.
Namespace : DevExpress.XtraGrid.Views.Layout.ViewInfo
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class LayoutViewHitInfo :
BaseHitInfo
Public Class LayoutViewHitInfo
Inherits BaseHitInfo
The following members return LayoutViewHitInfo objects:
LayoutViewHitInfo objects can be created by calling a View’s LayoutView.CalcHitInfo method. This method requires the test point as a parameter.
LayoutViewHitInfo class properties can be grouped into three logical categories:
Object BaseHitInfo LayoutViewHitInfo
See Also