Gets or sets whether the repeatable days logic should be supported on the client
(effective for client calendar - with set property
AutoPostBack="false").
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property EnableRepeatableDaysOnClient As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As Boolean
instance.EnableRepeatableDaysOnClient = value
value = instance.EnableRepeatableDaysOnClient
|
| C# | |
|---|
public bool EnableRepeatableDaysOnClient {get; set;} |
Return Value
true, if the repeatable days logic should be supported on the
client; otherwise,
false. The default value is
true.
Remarks
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also