Class CalendarCell
Inheritance
System.Object
CalendarCell
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public sealed class CalendarCell : Control
Constructors
CalendarCell()
Declaration
Fields
CurrentDateStrokeProperty
Declaration
public static readonly DependencyProperty CurrentDateStrokeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
DateProperty
Declaration
public static readonly DependencyProperty DateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
DateStrokeProperty
Declaration
public static readonly DependencyProperty DateStrokeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
IsTodayProperty
Declaration
public static readonly DependencyProperty IsTodayProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
SelectedDateStrokeProperty
Declaration
public static readonly DependencyProperty SelectedDateStrokeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
CurrentDateStroke
Declaration
public Brush CurrentDateStroke { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Date
Declaration
public object Date { get; set; }
Property Value
DateStroke
Declaration
public Brush DateStroke { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
IsToday
Declaration
public bool IsToday { get; set; }
Property Value
SelectedDateStroke
Declaration
public Brush SelectedDateStroke { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Extension Methods