Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ViewFocusEventArgs Class

Provides data for the GridControl.FocusedViewChanged event.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v24.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