Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AppointmentsCoverPane Class / ContentKind Property

In This Topic
    ContentKind Property (AppointmentsCoverPane)
    In This Topic
    Gets the type of content acceptable by the current instance of AppointmentsCoverPane.
    Syntax
    'Declaration
     
    
    Public Overrides Property ContentKind As Object
    public override object ContentKind {get; set;}
    Remarks
    This property always returns the IntervalAppointment type. The setter for this property does nothing.
    See Also