Back to Devexpress

ASPxHint.TriggerAction Property

aspnet-devexpress-dot-web-dot-aspxhint-9d13b385.md

latest1.8 KB
Original Source

ASPxHint.TriggerAction Property

Gets or sets which user action triggers a hint.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(HintTriggerAction.Hover)]
public HintTriggerAction TriggerAction { get; set; }
vb
<DefaultValue(HintTriggerAction.Hover)>
Public Property TriggerAction As HintTriggerAction

Property Value

TypeDefaultDescription
HintTriggerActionHover

A HintTriggerAction object that specifies a user action.

|

Available values:

NameDescription
None

No user action triggers a hint.

| | Hover |

A hint is displayed when a user hovers a target UI element.

| | Click |

A hint is displayed when a user clicks a target UI element.

| | HoverAndFocus |

A hint is displayed when a user hovers and focuses a target UI element.

|

Remarks

aspx
<dx:ASPxHint ID="ASPxHint1" Content="Hint Content" Selector=".class_name" TriggerAction="Hover" runat="server"></dx:ASPxHint>

The TriggerAction property is not in effect if the hint is invoked using the ASPxClientHint.Show method.

See Also

Hint Control

ASPxHint Class

ASPxHint Members

DevExpress.Web Namespace