Gets or sets the MultiCalendarItem associated with this button. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public MultiCalendarItem Item { get; set; }
Visual Basic
Public Property Item As MultiCalendarItem
	Get
	Set
Visual C++
public:
property MultiCalendarItem^ Item {
	MultiCalendarItem^ get ();
	void set (MultiCalendarItem^ value);
}

See Also