Skip to main content

ViewFocusEventArgs Class

Provides data for the GridControl.FocusedViewChanged event.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public class ViewFocusEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
ViewFocusEventArgs
See Also