ViewFocusEventArgs.PreviousView Property
Gets a value representing the previously focused View.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
BaseView | A BaseView descendant representing the previously focused View. |
See Also