Gets or sets a value indicating whether the control should try to optimize item rendering.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool EnableOptimization { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableOptimization As Boolean |
A Boolean value specifying whether item rendering optimization is enabled. The default is false.
Turning this flag on will increase repainting speed at the cost of memory.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |