MindFusion WinForms Programmer's Guide
Calendar.EnableOptimization Property
See Also
 





Gets or sets a value indicating whether the control should try to optimize item rendering.

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

 Syntax

C#  Copy Code

public bool EnableOptimization { get; set; }

Visual Basic  Copy Code

Public Property EnableOptimization As Boolean

 Property Value

A Boolean value specifying whether item rendering optimization is enabled. The default is false.

 Remarks

Turning this flag on will increase repainting speed at the cost of memory.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace