Back to Devexpress

PageControlSettings.ActivateTabPageAction Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-pagecontrolsettings-57c48f70.md

latest1.8 KB
Original Source

PageControlSettings.ActivateTabPageAction Property

Gets or sets a value that specifies which action forces a tab to be selected

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ActivateTabPageAction ActivateTabPageAction { get; set; }
vb
Public Property ActivateTabPageAction As ActivateTabPageAction

Property Value

TypeDescription
ActivateTabPageAction

One of the ActivateTabPageAction enumeration values.

|

Available values:

NameDescription
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

A tab (tab page) can be activated within a TabControl by a specific mouse action such as mouse click or hovering. Use the ActivateTabPageAction property to specify the precise client mouse action which will activate tabs within a TabControl.

See Also

PageControl

PageControlSettings Class

PageControlSettings Members

DevExpress.Web.Mvc Namespace