GridHitInfo.View Property
In This Article
Gets or sets the GridView located under the test point.
Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Grid |
The Grid |
#Remarks
Use the View property to obtain the GridView located under the test point.
See Also