menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarYearRangeItemInfo - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarYearRangeItemInfo

    Represents a model class for a range of date.

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

    Constructors

    CalendarYearRangeItemInfo()

    Declaration
    public CalendarYearRangeItemInfo()

    Properties

    EndDate

    Gets or sets end date for the range.

    Declaration
    public DateTimeOffset EndDate { get; set; }
    Property Value
    Type
    System.DateTimeOffset

    StartDate

    Gets or sets the start date for the range.

    Declaration
    public DateTimeOffset StartDate { get; set; }
    Property Value
    Type
    System.DateTimeOffset

    Implements

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