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

TabControlCommandEventArgs.Tab Property

Gets a tab object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public TabBase Tab { get; }

Property Value

Type Description
TabBase

A TabBase object, manipulations on which forced the event to be raised.

Remarks

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

See Also