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

In This Topic
    AutoPostBack Property (C1Menu)
    In This Topic
    Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.
    Syntax
    'Declaration
     
    Public Property AutoPostBack As System.Boolean
    public System.bool AutoPostBack {get; set;}
    See Also