WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarItemInfo

    Show / Hide Table of Contents

    Class CalendarItemInfo

    Represents a model class for all calendar items.

    Inheritance
    System.Object
    NotificationObject
    CalendarItemInfo
    CalendarYearRangeItemInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    NotificationObject.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Calendar
    Assembly: Syncfusion.Calendar.WinUI.dll
    Syntax
    public class CalendarItemInfo : NotificationObject, INotifyPropertyChanged

    Constructors

    CalendarItemInfo()

    Declaration
    public CalendarItemInfo()

    Properties

    Date

    Gets the date represented by this item.

    Declaration
    public DateTimeOffset Date { get; }
    Property Value
    Type Description
    System.DateTimeOffset

    DateInfo

    Gets information or state of the date.

    Declaration
    public CalendarDateInfo DateInfo { get; }
    Property Value
    Type Description
    CalendarDateInfo

    DisplayText

    Gets or sets the text that is displayed by default.

    Declaration
    public string DisplayText { get; set; }
    Property Value
    Type Description
    System.String

    IsBlackout

    Gets or sets a value indicating whether the date is unavailable.

    Declaration
    public bool IsBlackout { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemType

    Gets the type of item.

    Declaration
    public CalendarItemType ItemType { get; }
    Property Value
    Type Description
    CalendarItemType

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved