Xamarin Pack Programmer's Guide
DrawEventArgs.Item Property
See Also
 






Gets the item being custom drawn.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Item Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As Item

 Property Value

A reference to a schedule Item. If no item is associated with the drawn element, returns null.

 Remarks

This property refers to an item when CustomDraw is set to CalendarItem or TimetableItem.

 See Also

DrawEventArgs Members
DrawEventArgs Class
MindFusion.Scheduling Namespace