Gets a reference to the Calendar object this presenter is associated with.
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 ItemPresenter belongs to.
See Also