ASP.NET Pack Programmer's Guide
Calendar.Theme Property
See Also
 





Gets or sets the theme applied to the calendar control UI elements.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public ThemeType Theme { get; set; }

Visual Basic  Copy Code

Public Property Theme As ThemeType

 Property Value

One of the ThemeType Enumeration values that specifies the theme applied to the calendar. Default value is ThemeType.Standard.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace