A newer version of this page is available.
Switch to the current version.
DataViewBase.FocusedColumnChanged Event
Obsolete. Occurs after the focused column has been changed.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
[Obsolete("Use the DataControlBase.CurrentColumnChanged event instead")]
public event FocusedColumnChangedEventHandler FocusedColumnChanged
<Obsolete("Use the DataControlBase.CurrentColumnChanged event instead")>
Public Event FocusedColumnChanged As FocusedColumnChangedEventHandler
Event Data
The FocusedColumnChanged event's data class is DevExpress.Xpf.Grid.FocusedColumnChangedEventArgs.
Remarks
Use the DataControlBase.CurrentColumnChanged event to process custom actions on changing a focused column.
See Also
Feedback