ViewFocusEventArgs Class
Provides data for the GridControl.FocusedViewChanged event.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
This class provides data for the GridControl.FocusedViewChanged event which occurs when moving focus between Views. The ViewFocusEventArgs.PreviousView property identifies the previously focused View. The ViewFocusEventArgs.View property, in turn, identifies the View that received focus.
Instances of this class are automatically created, initialized and passed to GridControl.FocusedViewChanged event handlers.
See Also