Skip to main content

CurrentItemChangedEventArgs.OldItem Property

Gets the previously focused row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public object OldItem { get; }

#Property Value

Type Description
Object

The previously focused row.

See Also