DataViewBase.FocusedViewChanged Event
In This Article
Occurs after the active View has been changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Event Data
The FocusedViewChanged event's handler receives an argument of the DevExpress.Xpf.Grid.FocusedViewChangedEventArgs type.
#Remarks
The current active view can be accessed via the grid's DataViewBase.FocusedView property.
See Also