Back to Devexpress

LayoutViewHitInfo.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-viewinfo-dot-layoutviewhitinfo-06a90bd2.md

latest1.5 KB
Original Source

LayoutViewHitInfo.View Property

Gets or sets the LayoutView located under the test point.

Namespace : DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public LayoutView View { get; set; }
vb
Public Property View As LayoutView

Property Value

TypeDescription
LayoutView

The LayoutView located under the test point.

|

Remarks

Use the View property to obtain the LayoutView located under the test point.

See Also

LayoutViewHitInfo Class

LayoutViewHitInfo Members

DevExpress.XtraGrid.Views.Layout.ViewInfo Namespace