PocketPlanner Programmer's Guide

CustomDrawArgs.Index Property

See Also

Gets the index associated with the element being drawn.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int Index { get; }

Visual Basic

Public ReadOnly Property Index As Integer

 Property Value

An integer value specifying the element's index.

 Remarks

This property specifies the index of a view column, cell or a scheduled item being custom drawn. If there is not an index associated with the element, the return value is 0.

 See Also