Gets the Calendar control, associated with the item.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Calendar Calendar { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Calendar As Calendar |
Refers to the Calendar object associated with the item viewer.
A class can be set as an item viewer using the ItemViewerAttribute attribute.