C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / CustomData Property

In This Topic
CustomData Property
In This Topic
Gets or sets custom text associated with this object.
Syntax
'Declaration
 
Public Property CustomData As System.String
 
Remarks
This property is serialized with other appointment properties. It isn't used by the scheduler, use it to keep your data associated with appointment. This property is serialized into xml and binary formats and it is saved into underlying data source if mapping for Appointment Properties is set. It isn't retained at export/import to iCal format.
See Also