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 |