Skip to main content

TabControlSelectionChangingEventArgs.NewSelectedIndex Property

Gets the index of the tab item that is about to be selected.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public int NewSelectedIndex { get; }

Property Value

Type Description
Int32

A zero-based integer value that specifies the index of the tab item that is about to be selected.

See Also