DayPilot.Scheduler.clientState

Custom clientState property specifies a custom object that will be serialized and sent to the server with every CallBack request. The value is available on the server side as ClientState property.

Applies to ASP.NET WebForms, ASP.NET MVC and Java versions.

Default Value

{}

Example

dps.clientState.filter = 'my filter';

See also