Skip to main content

ActivateTabPageAction Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

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).

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also