Class ScheduleMonthViewHeaderControl
Represents a month view header.
Inheritance
System.Object
ScheduleMonthViewHeaderControl
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleMonthViewHeaderControl : Control
Constructors
ScheduleMonthViewHeaderControl()
Initializes a new instance of the ScheduleMonthViewHeaderControl class.
Declaration
public ScheduleMonthViewHeaderControl()
Fields
DayOfWeekProperty
Using a DependencyProperty as the backing store for DayOfWeek. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DayOfWeekProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DayTextProperty
Using a DependencyProperty as the backing store for DayText. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DayTextProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
DayOfWeek
Gets or sets the day of week header in month view.
Declaration
public string DayOfWeek { get; set; }
Property Value
Type |
---|
System.String |
DayText
Gets or sets the month view header.
Declaration
public string DayText { get; set; }
Property Value
Type |
---|
System.String |