DataViewBase.FocusedViewChanged Event
Occurs after the active View has been changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
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