ActivateTabPageAction Enum
Specifies which action forces a tab to be selected within a tab control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Click
|
A tab is activated by a mouse click (when a user releases the pressed button). |
Mouse
|
A tab is activated by mouse hovering. |
Mouse
|
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. |
ASPx |
ASPx |
|
Tabbed |
|
ASP. |
Page |
#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.