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

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