aspnet-devexpress-dot-web-9c70beac.md
Specifies which action forces a tab to be selected within a tab control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ActivateTabPageAction
Public Enum ActivateTabPageAction
| 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).
|
The following properties accept/return ActivateTabPageAction values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPageControl.ActivateTabPageAction |
| ASPxTabControl.ActivateTabAction | |
| TabbedLayoutGroupTabPageSettings.ActivateTabPageAction | |
| ASP.NET MVC Extensions | PageControlSettings.ActivateTabPageAction |
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