Encapsulates visualization settings that can be applied to a Calendar control by calling the ApplyTheme method. A theme includes settings for all calendar views - List, Month, Timetable, and so on.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract class Theme |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class Theme |
RemarksYou can create custom themes by deriving from this class and overriding all of the exposed properties. You can assign a custom theme to the control through the CustomTheme property.
Inheritance HierarchySystem.Object![]()
MindFusion.Scheduling.Theme
See Also