Search
Calendar.CustomTheme Property
See Also
 






Gets or sets the custom theme applied to the control.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Theme CustomTheme { get; set; }

Visual Basic  Copy Code

Public Property CustomTheme As Theme

 Property Value

A Theme object specifying the user-defined theme currently applied to the control. The default is null.

 See Also