Class CalendarItemType
Defines constants that specifies the type of calendar item.
Inheritance
System.Object
    CalendarItemType
  Namespace: Syncfusion.UI.Xaml.Calendar
Assembly: Syncfusion.Calendar.WinUI.dll
Syntax
public sealed class CalendarItemType : EnumFields
Day
Item representing day of a month.
Declaration
public const CalendarItemType DayField Value
| Type | 
|---|
| CalendarItemType | 
Decade
Item representing a decade.
Declaration
public const CalendarItemType DecadeField Value
| Type | 
|---|
| CalendarItemType | 
Month
Item representing month of a year.
Declaration
public const CalendarItemType MonthField Value
| Type | 
|---|
| CalendarItemType | 
Week
Item represent a week name.
Declaration
public const CalendarItemType WeekField Value
| Type | 
|---|
| CalendarItemType | 
WeekNumber
Item represent a week number.
Declaration
public const CalendarItemType WeekNumberField Value
| Type | 
|---|
| CalendarItemType | 
Year
Item representing a year.
Declaration
public const CalendarItemType YearField Value
| Type | 
|---|
| CalendarItemType |