Back to Devexpress

GridHitInfo.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-viewinfo-dot-gridhitinfo-334d4ad6.md

latest1.5 KB
Original Source

GridHitInfo.View Property

Gets or sets the GridView located under the test point.

Namespace : DevExpress.XtraGrid.Views.Grid.ViewInfo

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
GridView

The GridView located under the test point.

|

Remarks

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

See Also

GridHitInfo Class

GridHitInfo Members

DevExpress.XtraGrid.Views.Grid.ViewInfo Namespace