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

ViewFocusEventArgs.PreviousView Property

Gets a value representing the previously focused View.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public BaseView PreviousView { get; }

Property Value

Type Description
BaseView

A BaseView descendant representing the previously focused View.

See Also