Class DayCellLoadedEventArgs
Provide data for DayCellLoaded event
Inheritance
System.Object
DayCellLoadedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class DayCellLoadedEventArgs : EventArgs
Constructors
DayCellLoadedEventArgs()
Declaration
public DayCellLoadedEventArgs()
Properties
Background
Gets or sets the Background of the day cell
Declaration
public Brush Background { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
BindingTemplate
Gets or sets the day cell binding template.
Declaration
public DataTemplate BindingTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
CellTemplate
Gets or sets day cell template.
Declaration
public object CellTemplate { get; set; }
Property Value
Type |
---|
System.Object |
Date
Gets or sets the day cell date time.
Declaration
public DateTime Date { get; set; }
Property Value
Type |
---|
System.DateTime |
IsCurrentMonth
Gets or sets a value indicating whether it is current month or not.
Declaration
public bool IsCurrentMonth { get; }
Property Value
Type |
---|
System.Boolean |