menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarItemPreparedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved