ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / ShowingAnimation Property

In This Topic
    ShowingAnimation Property
    In This Topic
    A value that specifies the animation options for a drop-down list when it is visible. Default: null. Type: Object.
    Syntax
    'Declaration
     
    Public Property ShowingAnimation As Animation
    public Animation ShowingAnimation {get; set;}
    See Also