MindFusion.Scheduling for Silverlight Programmer's Guide
ItemPresenter.Item Property
See Also
 





Gets the Item associated with this presenter.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Item Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As Item

 Property Value

An instance of the Item class.

 Remarks

This property returns the Item instance this ItemPresenter is associated with. It is possible that more than one presenters is associated with the same item, such as when an item is wrapped across several lines.

 See Also

ItemPresenter Members
ItemPresenter Class
MindFusion.Scheduling.Silverlight Namespace