Class WeekViewMonthCalendar
Inheritance
System.Object
WeekViewMonthCalendar
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class WeekViewMonthCalendar : Control
Constructors
WeekViewMonthCalendar()
Declaration
public WeekViewMonthCalendar()
Fields
CellTemplateProperty
Declaration
public static readonly DependencyProperty CellTemplateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CurrentDateStrokeProperty
Declaration
public static readonly DependencyProperty CurrentDateStrokeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
FirstDayOfWeekProperty
Declaration
public static readonly DependencyProperty FirstDayOfWeekProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
InnerChildVisibilityProperty
Declaration
public static readonly DependencyProperty InnerChildVisibilityProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty MonthHeaderFormatProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SelectedDatesProperty
Declaration
public static readonly DependencyProperty SelectedDatesProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SelectedDateStrokeProperty
Declaration
public static readonly DependencyProperty SelectedDateStrokeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
CellTemplate
Declaration
public DataTemplate CellTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.DataTemplate |
CurrentDateStroke
Declaration
public Brush CurrentDateStroke { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
FirstDayOfWeek
Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.DataTemplate |
Declaration
public string MonthHeaderFormat { get; set; }
Property Value
SelectedDates
Declaration
public ObservableCollection<DateTime> SelectedDates { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<System.DateTime> |
SelectedDateStroke
Declaration
public Brush SelectedDateStroke { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Methods
Dispose()
Declaration
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Extension Methods