Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / Triggers Property


In This Topic
    Triggers Property (C1DropDown)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Triggers As IList(Of TriggerBase)
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As IList(Of TriggerBase)
     
    value = instance.Triggers
    public IList<TriggerBase> Triggers {get;}
    See Also