Back to Devexpress

ViewFocusEventArgs Class

windowsforms-devexpress-dot-xtragrid-b94d9a4f.md

latest2.1 KB
Original Source

ViewFocusEventArgs Class

Provides data for the GridControl.FocusedViewChanged event.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class ViewFocusEventArgs :
    EventArgs
vb
Public Class ViewFocusEventArgs
    Inherits EventArgs

ViewFocusEventArgs is the data class for the following events:

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

ViewFocusEventArgs Members

FocusedViewChanged

DevExpress.XtraGrid Namespace