ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ErrorTooltip Class / Trigger Property

In This Topic
    Trigger Property (ErrorTooltip)
    In This Topic
    Gets or sets the TooltipTrigger that determines how the tooltip should be triggered.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Trigger As TooltipTrigger
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public TooltipTrigger Trigger {get; set;}
    See Also