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 : Enum
Fields
Day
Item representing day of a month.
Declaration
public const CalendarItemType Day
Field Value
Type |
---|
CalendarItemType |
Decade
Item representing a decade.
Declaration
public const CalendarItemType Decade
Field Value
Type |
---|
CalendarItemType |
Month
Item representing month of a year.
Declaration
public const CalendarItemType Month
Field Value
Type |
---|
CalendarItemType |
Week
Item represent a week name.
Declaration
public const CalendarItemType Week
Field Value
Type |
---|
CalendarItemType |
WeekNumber
Item represent a week number.
Declaration
public const CalendarItemType WeekNumber
Field Value
Type |
---|
CalendarItemType |
Year
Item representing a year.
Declaration
public const CalendarItemType Year
Field Value
Type |
---|
CalendarItemType |