DayPilot.Month.clientState

clientState (object)

Custom object that will be serialized and send to the server with every CallBack request. It's available on the server side as ClientState property.

Default Value

{}

Example

dpm.clientState.filter = 'my filter';

See also