MindFusion.Wpf Pack Programmer's Guide
Calendar.KeepItemOrder Property
See Also
 





Gets or sets a value indicating whether to attempt to prioritize the newly created items during collision processing. This is a dependency property.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public bool KeepItemOrder { get; set; }

Visual Basic  Copy Code

Public Property KeepItemOrder As Boolean

 Property Value

true to prioritize newly created items during collisions; false to use the default item ordering. The default is false.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace