menu

UWP

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

    Show / Hide Table of Contents

    Class YearCalendar

    Inheritance
    System.Object
    YearCalendar
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public sealed class YearCalendar : Control

    Constructors

    YearCalendar()

    Declaration
    public YearCalendar()

    Fields

    CellTemplateProperty

    Declaration
    public static readonly DependencyProperty CellTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DisplayMonthProperty

    Declaration
    public static readonly DependencyProperty DisplayMonthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DisplayYearProperty

    Declaration
    public static readonly DependencyProperty DisplayYearProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GridLineStrokeProperty

    Declaration
    public static readonly DependencyProperty GridLineStrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    GridLineStrokeThicknessProperty

    Declaration
    public static readonly DependencyProperty GridLineStrokeThicknessProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderTemplateProperty

    Declaration
    public static readonly DependencyProperty HeaderTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    NextNavigationButtonTemplateProperty

    Declaration
    public static readonly DependencyProperty NextNavigationButtonTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    PreviousNavigationButtonTemplateProperty

    Declaration
    public static readonly DependencyProperty PreviousNavigationButtonTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectedMonthProperty

    Declaration
    public static readonly DependencyProperty SelectedMonthProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectedYearProperty

    Declaration
    public static readonly DependencyProperty SelectedYearProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ShowGridLinesProperty

    Declaration
    public static readonly DependencyProperty ShowGridLinesProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ShowNavigationButtonsProperty

    Declaration
    public static readonly DependencyProperty ShowNavigationButtonsProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ShowTodayCellProperty

    Declaration
    public static readonly DependencyProperty ShowTodayCellProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TodayCellTemplateProperty

    Declaration
    public static readonly DependencyProperty TodayCellTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    YearHeaderProperty

    Declaration
    public static readonly DependencyProperty YearHeaderProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    CellTemplate

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

    DisplayMonth

    Declaration
    public int DisplayMonth { get; set; }
    Property Value
    Type
    System.Int32

    DisplayYear

    Declaration
    public int DisplayYear { get; set; }
    Property Value
    Type
    System.Int32

    GridLineStroke

    Declaration
    public Brush GridLineStroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    GridLineStrokeThickness

    Declaration
    public double GridLineStrokeThickness { get; set; }
    Property Value
    Type
    System.Double

    HeaderTemplate

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

    NextNavigationButtonTemplate

    Declaration
    public ControlTemplate NextNavigationButtonTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.ControlTemplate

    PreviousNavigationButtonTemplate

    Declaration
    public ControlTemplate PreviousNavigationButtonTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.ControlTemplate

    SelectedMonth

    Declaration
    public int SelectedMonth { get; set; }
    Property Value
    Type
    System.Int32

    SelectedYear

    Declaration
    public int SelectedYear { get; set; }
    Property Value
    Type
    System.Int32

    ShowGridLines

    Declaration
    public bool ShowGridLines { get; set; }
    Property Value
    Type
    System.Boolean

    ShowNavigationButtons

    Declaration
    public bool ShowNavigationButtons { get; set; }
    Property Value
    Type
    System.Boolean

    ShowTodayCell

    Declaration
    public bool ShowTodayCell { get; set; }
    Property Value
    Type
    System.Boolean

    TodayCellTemplate

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

    YearHeader

    Declaration
    public object YearHeader { get; set; }
    Property Value
    Type
    System.Object

    Methods

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    Refresh()

    Declaration
    public void Refresh()

    Events

    SelectedMonthChanged

    Declaration
    public event EventHandler<SelectedMonthChangedEventArgs> SelectedMonthChanged
    Event Type
    Type
    System.EventHandler<SelectedMonthChangedEventArgs>

    SelectedYearChanged

    Declaration
    public event EventHandler<SelectedYearChangedEventArgs> SelectedYearChanged
    Event Type
    Type
    System.EventHandler<SelectedYearChangedEventArgs>

    Extension Methods

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