MindFusion.Scheduling for Silverlight Programmer's Guide
ItemPresenter.Calendar Property
See Also
 





Gets a reference to the Calendar object this presenter is associated with.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Calendar Calendar { get; }

Visual Basic  Copy Code

Public ReadOnly Property Calendar As Calendar

 Property Value

An instance of the Calendar class.

 Remarks

This property returns the Calendar instance this ItemPresenter belongs to.

 See Also

ItemPresenter Members
ItemPresenter Class
MindFusion.Scheduling.Silverlight Namespace