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

ActivateTabPageAction Enum

Specifies which action forces a tab to be selected within a tab control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum ActivateTabPageAction

Members

Name Description
Click

A tab is activated by a mouse click (when a user releases the pressed button).

MouseOver

A tab is activated by mouse hovering.

MouseDown

A tab is activated by a mouse down (when a user press the button).

Related API Members

The following properties accept/return ActivateTabPageAction values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxPageControl.ActivateTabPageAction
ASPxTabControl.ActivateTabAction
TabbedLayoutGroupTabPageSettings.ActivateTabPageAction
ASP.NET MVC Extensions PageControlSettings.ActivateTabPageAction

Remarks

The ActivateTabPageAction enumerator contains values specifying the precise client mouse action which will activate tabs within a tab control. The values of this enumerator are used to set the ASPxPageControl.ActivateTabPageAction property.

See Also