ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / FadeOut Property

In This Topic
    FadeOut Property
    In This Topic
    Gets or sets a value that determines whether popups should be hidden using a fade-out animation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property FadeOut As Boolean
    [DefaultValue(true)]
    public bool FadeOut {get; set;}
    See Also