windowsforms-devexpress-dot-xtragrid-b94d9a4f.md
Provides data for the GridControl.FocusedViewChanged event.
Namespace : DevExpress.XtraGrid
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class ViewFocusEventArgs :
EventArgs
Public Class ViewFocusEventArgs
Inherits EventArgs
ViewFocusEventArgs is the data class for the following events:
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.
Object EventArgs ViewFocusEventArgs
See Also