Search
ItemDrawContext.Calendar Property
See Also
 






Gets the Calendar control, associated with the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Calendar Calendar { get; }

Visual Basic  Copy Code

Public ReadOnly Property Calendar As Calendar

 Property Value

Refers to the Calendar object associated with the item viewer.

 See Also