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

TabControlCommonCancelEventArgsBase.Item Property

Gets the tab item that raised the event.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public object Item { get; }

Property Value

Type Description
Object

An object that raised the event.

See Also