Class CalendarHeaderInfo
Represents a model class for calendar header item.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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