Class CalendarItemPreparedEventArgs
Provides event data for the ItemPrepared event.
Inheritance
System.Object
CalendarItemPreparedEventArgs
Namespace: Syncfusion.UI.Xaml.Calendar
Assembly: Syncfusion.Calendar.WinUI.dll
Syntax
public class CalendarItemPreparedEventArgs : EventArgs
Properties
Element
Gets the visual container for an item being rendered.
Declaration
public CalendarItem Element { get; }
Property Value
Type |
---|
CalendarItem |
ItemInfo
Gets the information about the item being rendered.
Declaration
public CalendarItemInfo ItemInfo { get; }
Property Value
Type |
---|
CalendarItemInfo |