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

TabControlCommonCancelEventArgsBase.TabIndex Property

Gets the index of the tab that raised the event.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public int TabIndex { get; }

Property Value

Type Description
Int32

An integer value, specifying the tab zero-based index.

See Also