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





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

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 CellPresenter belongs to.

 See Also

CellPresenter Members
CellPresenter Class
MindFusion.Scheduling.Silverlight Namespace