Skip to main content

TabControlSelectionChangingEventArgs.NewSelectedItem Property

Gets the tab item to be selected.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public object NewSelectedItem { get; }

Property Value

Type Description
Object

An object that specifies the tab item to be selected.

See Also