PocketPlanner Programmer's Guide

Item.ImageIndex Property

See Also

Gets or sets the index of the image associated with this item.

 Since version 4.1, this property is considered obsolete. Instead, use the ImageIndex property of the associated Style.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public abstract int ImageIndex { get; set; }

Visual Basic

Public MustOverride Property ImageIndex As Integer

 Property Value

An integer value specifying the index of an image within the Calendar.ImageList.

 See Also