Gets a reference to the Calendar object this presenter is associated with. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Calendar Calendar { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Calendar As Calendar |
An instance of the Calendar class.
RemarksThis property returns the Calendar instance this CellPresenter belongs to.
See Also