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.v19.1.dll

Declaration

public object OldSelectedItem { get; }

Property Value

Type Description
Object

An object that specifies the currently selected tab item.

See Also