Search
DateEventArgs.Index Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int Index { get; }

Visual Basic  Copy Code

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