UseSimpleLayout Property (AppointmentsCoverPane)
In This Topic
Only set this property to false if you use complex layout in the custom
C1Scheduler control template and found problems with laying out appointments at runtime. In such case
AppointmentsCoverPane will use more slow algorithm to determine what elements should be used to layout appointments over them.
Syntax
'Declaration
Public Property UseSimpleLayout As Boolean
public bool UseSimpleLayout {get; set;}
See Also