Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / AppointmentType Property

In This Topic
    AppointmentType Property
    In This Topic
    Gets or sets custom text value associated with this object.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property AppointmentType As String
    [DefaultValue("")]
    public 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