menu

UWP

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

    Show / Hide Table of Contents

    Class WeekViewMonthCalendar

    Inheritance
    System.Object
    WeekViewMonthCalendar
    Namespace: Syncfusion.UI.Xaml.Schedule
    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

    HeaderTemplateProperty

    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

    MonthHeaderFormatProperty

    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
    Type
    System.DayOfWeek

    HeaderTemplate

    Declaration
    public DataTemplate HeaderTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    MonthHeaderFormat

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

    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
    public void Dispose()

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved