MindFusion.UI for WebForms Programmer's Guide

Calendar.CalendarStyle Property

See Also
 





Gets or sets the style of this Calendar.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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