Specifies the appearance of a Calendar. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public enum CalendarStyle |
Visual Basic
![]() |
---|
Public Enumeration CalendarStyle |
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. |
This enumeration is defined as Flag that allows a bitwise combination of its member values.