PocketPlanner Programmer's Guide

DateEventArgs.Index Property

See Also

Gets the index (if any) of the calendar cell related to the event or -1 otherwise.

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 index of the related cell or -1 if no index is applicable to the selected cell.

 See Also