PocketPlanner 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.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool EnableOptimization { get; set; }

Visual Basic

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