| C1.Win.Calendar Namespace > C1DateEdit Class : AllowSpinLoop Property |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Determines whether the spinner moves to the minimum value when it reaches the maximum, or to the maximum when it reaches the minimum.")> Public Property AllowSpinLoop As Boolean
'UsageDim instance As C1DateEdit Dim value As Boolean instance.AllowSpinLoop = value value = instance.AllowSpinLoop
[C1Category("Behavior")] [C1Description("Determines whether the spinner moves to the minimum value when it reaches the maximum, or to the maximum when it reaches the minimum.")] public bool AllowSpinLoop {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2