MindFusion WinForms Programmer's Guide
ItemEditContext.Calendar Property
See Also
 





Gets the Calendar control, associated with the item.

Namespace: MindFusion.Scheduling.WinForms
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 editor.

 Remarks

A class can be set as an item editor using the ItemEditorAttribute attribute.

 See Also

ItemEditContext Members
ItemEditContext Class
MindFusion.Scheduling.WinForms Namespace