Search
ItemSettings.EnableDefaultRendering Property
See Also
 






Gets or sets a value indicating whether the default item rendering is enabled.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State EnableDefaultRendering { get; set; }

Visual Basic  Copy Code

Public Property EnableDefaultRendering As State

 Property Value

A member of the State enumeration specifying whether the control should paint schedule items.

 Remarks

You can disable this property when you perform complete custom drawing of your items and don't want the Calendar control to perform default painting. This way you can substantially optimize the performance of your application.

 See Also