ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / C1Calendar Class / AutoPostBack Property

In This Topic
    AutoPostBack Property
    In This Topic
    Gets or sets a value that determines whether post back to server automatically when user selects a date.
    Syntax
    'Declaration
     
    Public Property AutoPostBack As System.Boolean
    public System.bool AutoPostBack {get; set;}
    See Also