Class YearCalendar
Inheritance
System.Object
YearCalendar
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public sealed class YearCalendar : Control
Constructors
YearCalendar()
Declaration
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 |
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty NextNavigationButtonTemplateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
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 |
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 |
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
DisplayYear
Declaration
public int DisplayYear { get; set; }
Property Value
GridLineStroke
Declaration
public Brush GridLineStroke { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
GridLineStrokeThickness
Declaration
public double GridLineStrokeThickness { get; set; }
Property Value
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.DataTemplate |
Declaration
public ControlTemplate NextNavigationButtonTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.Controls.ControlTemplate |
Declaration
public ControlTemplate PreviousNavigationButtonTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.Controls.ControlTemplate |
SelectedMonth
Declaration
public int SelectedMonth { get; set; }
Property Value
SelectedYear
Declaration
public int SelectedYear { get; set; }
Property Value
ShowGridLines
Declaration
public bool ShowGridLines { get; set; }
Property Value
Declaration
public bool ShowNavigationButtons { get; set; }
Property Value
ShowTodayCell
Declaration
public bool ShowTodayCell { get; set; }
Property Value
TodayCellTemplate
Declaration
public DataTemplate TodayCellTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.DataTemplate |
Declaration
public object YearHeader { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Refresh()
Declaration
Events
SelectedMonthChanged
Declaration
public event EventHandler<SelectedMonthChangedEventArgs> SelectedMonthChanged
Event Type
SelectedYearChanged
Declaration
public event EventHandler<SelectedYearChangedEventArgs> SelectedYearChanged
Event Type
Extension Methods