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