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





Gets or sets the style of this Calendar.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public CalendarStyle CalendarStyle { get; set; }

Visual Basic  Copy Code

Public Property CalendarStyle As CalendarStyle

 Property Value

Type: CalendarStyle
One of the CalendarStyle Enumeration values that specifies the theme applied to the control. Default value is CalendarStyle.All.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.WebForms Namespace