Gets or sets the theme applied to the calendar control UI elements.
Namespace: MindFusion.Scheduling.CompactAssembly: PocketPlanner
public ThemeType Theme { get; set; }
Public Property Theme As ThemeType
A member of the ThemeType enumeration.
You cannot specify the value Custom for this property. In order to apply a custom theme, either assign the theme to the CustomTheme property of the Calendar control or pass it as an argument to the ApplyTheme method.
Calendar MembersCalendar ClassMindFusion.Scheduling.Compact NamespaceApplyTheme Method