Specifies the appearance of a Calendar.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public enum CalendarStyle
Public Enumeration CalendarStyle
None
None of the additional elements is displayed.
Header
Display the header.
Footer
Display the footer.
MonthButtons
Display the month navigation buttons.
YearButtons
Display the year navigation buttons.
All
All additional elements are displayed.
This enumeration is defined as Flag that allows a bitwise combination of its member values.
MindFusion.UI.Web Namespace