Back to Devexpress

BaseHitInfo.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-viewinfo-dot-basehitinfo.md

latest1.3 KB
Original Source

BaseHitInfo.View Property

Gets or sets the View located under the test point.

Namespace : DevExpress.XtraGrid.Views.Base.ViewInfo

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
BaseView

The View located under the test point.

|

Remarks

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

See Also

BaseHitInfo Class

BaseHitInfo Members

DevExpress.XtraGrid.Views.Base.ViewInfo Namespace