Skip to main content

BootstrapTabControlEventArgs.Tab Property

Gets a tab object related to the event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapTab Tab { get; }

Property Value

Type Description
BootstrapTab

A BootstrapTab object representing the tab manipulations on which forced the event to be raised.

Remarks

The Tab property represents a tab object concerned with raising the event.

See Also