RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
AutoPostBack Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : AutoPostBack Property


Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.   

 

Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)

Syntax

Visual Basic (Declaration) 
Public Overridable Property AutoPostBack As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As Boolean
 
instance.AutoPostBack = value
 
value = instance.AutoPostBack
C# 
public virtual bool AutoPostBack {get; set;}

Return Value

The default value is false.

Remarks

Setting this property to true will make Telerik RadCalendar postback to the server on date selection or when navigating to a different month.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also