Class MonthDayType
Specifies the month day type.
Inheritance
System.Object
    MonthDayType
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class MonthDayType : EnumFields
BlackoutDay
Specifies day is black out day.
Declaration
public const MonthDayType BlackoutDayField Value
| Type | 
|---|
| MonthDayType | 
LeadingDay
Specifies day is next month day.
Declaration
public const MonthDayType LeadingDayField Value
| Type | 
|---|
| MonthDayType | 
NormalDay
Specifies day is current month day.
Declaration
public const MonthDayType NormalDayField Value
| Type | 
|---|
| MonthDayType | 
Today
Specifies day is current day.
Declaration
public const MonthDayType TodayField Value
| Type | 
|---|
| MonthDayType | 
TrailingDay
Specifies day is previous month day.
Declaration
public const MonthDayType TrailingDayField Value
| Type | 
|---|
| MonthDayType |