PocketPlanner Programmer's Guide

CustomDrawArgs.Item Property

See Also

Gets the item being custom drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Item Item { get; }

Visual Basic

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 (Nothing in Visual Basic).

 Remarks

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

 See Also