Class WeekNumberInMonth
Specifies the control for displaying week number in schedule month view.
Inheritance
System.Object
WeekNumberInMonth
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class WeekNumberInMonth : Control
Constructors
WeekNumberInMonth()
Declaration
public WeekNumberInMonth()
Fields
WeekNumberProperty
Using a DependencyProperty as the backing store for DayText. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty WeekNumberProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
WeekNumber
Gets or sets the WeekNumber in month.
Declaration
public string WeekNumber { get; set; }
Property Value
Type |
---|
System.String |