Skip to main content

ViewFocusEventArgs.PreviousView Property

Gets a value representing the previously focused View.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public BaseView PreviousView { get; }

Property Value

Type Description
BaseView

A BaseView descendant representing the previously focused View.

See Also