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

In This Topic
    Stack Property
    In This Topic
    Specifies whether the dialog will stack on top of other dialogs. This will cause the dialog to move to the front of other dialogs when it gains focus.
    Syntax
    'Declaration
     
    Public Property Stack As System.Boolean
    public System.bool Stack {get; set;}
    See Also