Skip to main content
A newer version of this page is available. .

DataViewBase.FocusedColumnChanged Event

OBSOLETE

Use the CurrentColumnChanged event instead

Occurs after the focused column has been changed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

[Obsolete("Use the DataControlBase.CurrentColumnChanged event instead")]
public event FocusedColumnChangedEventHandler FocusedColumnChanged

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