Gets the item that is being drawn.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Item Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As Item |
Refers to the schedule item that must be painted by the item viewer.
See Also