Skip to main content

ASPxClientTabControlTabCancelEventArgs.tab Property

Gets the tab object related to the event.

Declaration

tab: ASPxClientTab

Property Value

Type Description
ASPxClientTab

An ASPxClientTab object representing the tab manipulations on which forced the tab control to raise the event.

Remarks

The tab property represents a tab object concerned with raising the event. You can use this property to identify the tab and determine whether the current action is allowed to be done with it. If not, you must set the ASPxClientCancelEventArgs.cancel property of the event’s parameter to true to cancel the command execution.

See Also