Skip to main content

ViewFocusEventArgs.View Property

Gets a value representing the currently focused View.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public BaseView View { get; }

Property Value

Type Description
BaseView

A BaseView descendant representing the currently focused View.

See Also