Class CalendarItemInfo
Represents a model class for all calendar items.
Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Calendar
Assembly: Syncfusion.Calendar.WinUI.dll
Syntax
public class CalendarItemInfo : NotificationObject, INotifyPropertyChangedConstructors
CalendarItemInfo()
Declaration
public CalendarItemInfo()Properties
Date
Gets the date represented by this item.
Declaration
public DateTimeOffset Date { get; }Property Value
| Type | 
|---|
| System.DateTimeOffset | 
DateInfo
Gets information or state of the date.
Declaration
public CalendarDateInfo DateInfo { get; }Property Value
| Type | 
|---|
| CalendarDateInfo | 
DisplayText
Gets or sets the text that is displayed by default.
Declaration
public string DisplayText { get; set; }Property Value
| Type | 
|---|
| System.String | 
IsBlackout
Gets or sets a value indicating whether the date is unavailable.
Declaration
public bool IsBlackout { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
ItemType
Gets the type of item.
Declaration
public CalendarItemType ItemType { get; }Property Value
| Type | 
|---|
| CalendarItemType | 
Implements
      System.ComponentModel.INotifyPropertyChanged