Gets the type of content acceptable by the current instance of AppointmentsCoverPane.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public override Object ContentKind { get; set; }
Visual Basic
Public Overrides Property ContentKind As Object
	Get
	Set

Remarks

This property always returns typeof(IntervalAppointment). The setter for this property does nothing.

See Also