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

ViewFocusEventArgs.View Property

Gets a value representing the currently focused View.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v21.1.dll

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

Declaration

public BaseView View { get; }

Property Value

Type Description
BaseView

A BaseView descendant representing the currently focused View.

See Also