menu

WinUI

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

    Show / Hide Table of Contents

    Class DateTimeFieldItemPreparedEventArgs

    Provides event data for the DateTimeFieldItemPrepared event.

    Inheritance
    System.Object
    DateTimeFieldItemPreparedEventArgs
    Namespace: Syncfusion.UI.Xaml.Editors
    Assembly: Syncfusion.Editors.WinUI.dll
    Syntax
    public class DateTimeFieldItemPreparedEventArgs : EventArgs

    Constructors

    DateTimeFieldItemPreparedEventArgs()

    Declaration
    public DateTimeFieldItemPreparedEventArgs()

    Properties

    Element

    Gets the spinner item that is rendered.

    Declaration
    public SpinnerItem Element { get; }
    Property Value
    Type
    SpinnerItem

    ItemInfo

    Gets the information about the item that is being updated.

    Declaration
    public DateTimeFieldItemInfo ItemInfo { get; }
    Property Value
    Type
    DateTimeFieldItemInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved