Automatically posts back to server if the schedule data or properties is changed.
Namespace:
C1.Web.UI.Controls.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[ThemeableAttribute(false)] [DefaultValueAttribute(true)] [C1CategoryAttribute("Category.Behavior")] public virtual bool AutoPostBack { get; set; } |
Visual Basic |
---|
<ThemeableAttribute(False)> _ <DefaultValueAttribute(True)> _ <C1CategoryAttribute("Category.Behavior")> _ Public Overridable Property AutoPostBack As Boolean Get Set |
Remarks
If EnableCallback property is true then data will be sent through AJAX callbacks.