ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1FlipCard Namespace / C1FlipCard Class / TriggerEvent Property

In This Topic
    TriggerEvent Property (C1FlipCard)
    In This Topic
    A value that indicates the event used to flip between two panels.
    Syntax
    'Declaration
     
    Public Property TriggerEvent As TriggerEvent
    public TriggerEvent TriggerEvent {get; set;}
    Remarks
    The value can be 'Click', 'MouseEnter'
    See Also