Skip to main content
Tab

TabControlEventArgs.Tab Property

Gets a tab object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabBase Tab { get; }

Property Value

Type Description
TabBase

A TabBase 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