MindFusion.UI for WebForms Programmer's Guide

CalendarStyle Enumeration

See Also
 





Specifies the appearance of a Calendar.

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

 Syntax

C#  Copy Code

public enum CalendarStyle

Visual Basic  Copy Code

Public Enumeration CalendarStyle

 Members

  Member name Value Description

None

0

None of the additional elements is displayed.

Header

1

Display the header.

Footer

2

Display the footer.

MonthButtons

4

Display the month navigation buttons.

YearButtons

8

Display the year navigation buttons.

All

15

All additional elements are displayed.

 Remarks

This enumeration is defined as Flag that allows a bitwise combination of its member values.

 See Also