Skip to main content

BaseHitInfo.View Property

Gets or sets the View located under the test point.

Namespace: DevExpress.XtraGrid.Views.Base.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public BaseView View { get; set; }

Property Value

Type Description
BaseView

The View located under the test point.

Remarks

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

See Also