Gets the index (if any) of the calendar cell related to the event or -1 otherwise.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int Index { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Index As Integer |
An integer value specifying the index of the related cell or -1 if no index is applicable to the selected cell.
See Also