Object saved to clientState field on the client side.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public JsonData ClientState { get; }
Visual Basic
Public ReadOnly Property ClientState As JsonData
	Get
Visual C++
public:
property JsonData^ ClientState {
	JsonData^ get ();
}

See Also