ActivateTabPageAction Enum
In This Article
Specifies which action forces a tab to be selected within a tab control.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#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). |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also