Class CellLoadedEventArgs
Provide data for CellLoaded event
Inheritance
System.Object
CellLoadedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class CellLoadedEventArgs : EventArgs
Constructors
CellLoadedEventArgs()
Declaration
public CellLoadedEventArgs()
Properties
CustomizationTemplate
Gets or sets the customization template for the cell in the Calendar
Declaration
public DataTemplate CustomizationTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
Day
Gets or sets the Calendar month cell.
Declaration
public CalendarDayButton Day { get; set; }
Property Value
Type |
---|
CalendarDayButton |