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

TabControlSelectionChangingEventArgs.OldSelectedIndex Property

Gets the index of the currently selected tab item.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public int OldSelectedIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the index of the currently selected tab item.

See Also