ASP.NET Pack Programmer's Guide
Calendar.Selection Property
See Also
 





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

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Selection Selection { get; }

Visual Basic  Copy Code

Public ReadOnly Property Selection As Selection

 Property Value

An instance of the Selection class. Default value is a new Selection object.

 Remarks

Use the ItemSelection property to get the selection of schedule items.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace