menu

WinUI

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

    Show / Hide Table of Contents

    Class CalendarHeaderInfo

    Represents a model class for calendar header item.

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

    Constructors

    CalendarHeaderInfo()

    Initializes a new instance of the CalendarHeaderInfo class.

    Declaration
    public CalendarHeaderInfo()

    Properties

    Date

    Gets a value representing active date that is displayed on header.

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

    DisplayText

    Gets the formatted text to display the date.

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

    NavigateToParentView

    Gets a command to navigate parent view.

    Declaration
    public ICommand NavigateToParentView { get; }
    Property Value
    Type
    System.Windows.Input.ICommand

    ScrollNext

    Gets a command to scroll next view.

    Declaration
    public ICommand ScrollNext { get; }
    Property Value
    Type
    System.Windows.Input.ICommand

    ScrollPrevious

    Gets a command to scroll previous view.

    Declaration
    public ICommand ScrollPrevious { get; }
    Property Value
    Type
    System.Windows.Input.ICommand

    Implements

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