Skip to main content

TabControlSelectionChangingEventArgs.OldSelectedItem Property

Gets the currently selected tab item.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public object OldSelectedItem { get; }

Property Value

Type Description
Object

An object that specifies the currently selected tab item.

See Also