ASP.NET Pack Programmer's Guide
Calendar.AutoPostBack Property
See Also
 





Gets or sets a value specifying whether the calendar should automatically post back to the server each time an appointment is created, modified or deleted.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public bool AutoPostBack { get; set; }

Visual Basic  Copy Code

Public Property AutoPostBack As Boolean

 Property Value

true if the auto post pack is enabled; otherwise false. Default value is false.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace