Xceed Toolkit for Maui v2.0 Documentation
CalendarMode Enumeration


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : CalendarMode Enumeration
The various modes that can be used to determine what will be displayed by the Calendar.
Syntax
'Declaration
 
Public Enum CalendarMode 
   Inherits System.Enum
'Usage
 
Dim instance As CalendarMode
public enum CalendarMode : System.Enum 
Members
MemberDescription
DecadeThe Calendar will display all the years in a specific decade.
MonthThe Calendar will display all the dates in a specific month.
YearThe Calendar will display all the months in a specific year.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Maui.Toolkit.CalendarMode

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Maui.Toolkit Namespace