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

TabControlSelectionChangingEventArgs.OldSelectedItem Property

Gets the currently selected tab item.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v21.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