ComponentOne Scheduler for WinForms
AppointmentType Property

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : AppointmentType Property
Gets or sets custom text value associated with this object.
Syntax
'Declaration
 
Public Property AppointmentType As System.String
public System.string AppointmentType {get; set;}
Remarks

This property is serialized with other appointment properties. You can use this property to show customized content or perform different actions depending on the property value. This property is serialized into different formats and it is saved into underlying data source if mapping for Appointment Properties is set.

See Also

Reference

Appointment Class
Appointment Members