KaxCalendarEnableRepeatableDaysOnClient Property |
Gets or sets whether the repeatable days logic should be supported on the client
(effective for client calendar - with set property
AutoPostBack="false").
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool EnableRepeatableDaysOnClient { get; set; }
Public Property EnableRepeatableDaysOnClient As Boolean
Get
Set
public:
property bool EnableRepeatableDaysOnClient {
bool get ();
void set (bool value);
}
member EnableRepeatableDaysOnClient : bool with get, set
Property Value
Type:
Booleantrue, if the repeatable days logic should be supported on the
client; otherwise,
false. The default value is
true.
Remarks
The EnableRepeatableDaysOnClient property has effect over the
logic of the recurring events to the calendar. It should be true, if you wants the
repeatable days to be supported by a calendar with AutoPostBack="false". If you are not
using repeatable days or/and client calendar, you can improve the calendar performance
by setting it to false.
See Also