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

In This Topic
    Modal Property (C1Dialog)
    In This Topic
    If set to true, the dialog will have modal behavior; other items on the page will be disabled (i.e. cannot be interacted with). Modal dialogs create an overlay below the dialog but above other page elements.
    Syntax
    'Declaration
     
    Public Property Modal As System.Boolean
    public System.bool Modal {get; set;}
    See Also