ASPxPageControl.ActivateTabPageAction Property
Gets or sets a value that specifies which action forces a tab to be selected.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ActivateTabPageAction.Click)]
public ActivateTabPageAction ActivateTabPageAction { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Activate |
Click | One of the Activate |
Available values:
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
A tab (tab page) can be activated within a tab control 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 tab control.