Gets the Item associated with this presenter.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public Item Item { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Item As Item |
An instance of the Item class.
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.