Skip to main content

DataViewBase.FocusedRowChangedEvent Field

Identifies the DataViewBase.FocusedRowChanged routed event. The DataViewBase.FocusedRowChanged event is obsolete. Use DataControlBase.CurrentItemChanged instead.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public static readonly RoutedEvent FocusedRowChangedEvent

Field Value

Type Description
RoutedEvent

A routed event identifier.

See Also