This property controls the postback behavior of each ServerSide Event.
'Declaration Public ReadOnly Property AutoPostBack As WebDateChooserAutoPostBack
public WebDateChooserAutoPostBack AutoPostBack {get;}
Setting the individual memebers to true, will force a postback to occur as soon as the corresponding event occurs on the client.
Setting the member to false will prevent postbacks from occuring when the event occurs. Instead, the event will only be fired after a postback is generated by some other means, such as a clicking a "submit" button.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2