AutoPostBack Property (C1Calendar)
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