Search
Theme.SelectionContinuous Property
See Also
 





Gets a flag indicating whether the users can select only one range of dates in the calendar.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract State SelectionContinuous { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property SelectionContinuous As State

 Property Value

A member of the State enumeration.

 See Also