Class CalendarDateInfo
Defines constants that specifies information about the date.
Inheritance
System.Object
    CalendarDateInfo
  Namespace: Syncfusion.UI.Xaml.Calendar
Assembly: Syncfusion.Calendar.WinUI.dll
Syntax
public sealed class CalendarDateInfo : EnumFields
Blackout
Date is blackout.
Declaration
public const CalendarDateInfo BlackoutField Value
| Type | 
|---|
| CalendarDateInfo | 
Disabled
Date is minimum or maximum.
Declaration
public const CalendarDateInfo DisabledField Value
| Type | 
|---|
| CalendarDateInfo | 
Normal
Default state of an item.
Declaration
public const CalendarDateInfo NormalField Value
| Type | 
|---|
| CalendarDateInfo | 
OutOfScope
Date is out of view's scope.
Declaration
public const CalendarDateInfo OutOfScopeField Value
| Type | 
|---|
| CalendarDateInfo | 
Selected
Date is selected.
Declaration
public const CalendarDateInfo SelectedField Value
| Type | 
|---|
| CalendarDateInfo | 
Today
Date is current day, month, year or decade.
Declaration
public const CalendarDateInfo TodayField Value
| Type | 
|---|
| CalendarDateInfo |