MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.Selection Property
See Also
 





Gets a Selection object representing the current selection in the calendar.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Selection Selection { get; set; }

Visual Basic  Copy Code

Public Property Selection As Selection

 Property Value

An instance of the Selection class representing the selection of time cells.

 Remarks

Use ItemSelection to get the selection of schedule items.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
ItemSelection Property