DataViewBase.FocusedViewChanged Event
Occurs after the active View has been changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll
Declaration
Event Data
The FocusedViewChanged event's data class is DevExpress.Xpf.Grid.FocusedViewChangedEventArgs.
Remarks
The current active view can be accessed via the grid’s DataViewBase.FocusedView property.
See Also