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

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