MindFusion.UI for WebForms Programmer's Guide

CalendarStyle Enumeration

See Also
 



Specifies the appearance of a Calendar.

Namespace: MindFusion.UI.Web
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
CalendarStyle = {}

 Members

  Member name Description

All

Value: 15. All additional elements are displayed.

Footer

Value: 2. Display the footer.

Header

Value: 1. Display the header.

MonthButtons

Value: 4. Display the month navigation buttons.

None

Value: 0. None of the additional elements is displayed.

YearButtons

Value: 8. Display the year navigation buttons.

 See Also