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

GridHitInfo.View Property

Gets or sets the GridView located under the test point.

Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public GridView View { get; set; }

Property Value

Type Description
GridView

The GridView located under the test point.

Remarks

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

See Also