Class DatePicker
A date picker control.
Inheritance
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public class DatePicker : BaseDatePicker, IEventHandler, IVisualElementScheduler, IExperimentalFeatures, ITransitionAnimations, ITransform, IResolvedStyle, IContextOverrideElement, IAdditionalDataHolder, INotifyValueChanged<Date>
Constructors
DatePicker()
Default constructor.
Declaration
public DatePicker()
Properties
value
The current value of the date picker.
Declaration
public Date value { get; set; }
Property Value
Type | Description |
---|---|
Date |
Methods
SetValueWithoutNotify(Date)
Set the value of the date picker without sending a change event.
Declaration
public void SetValueWithoutNotify(Date newValue)
Parameters
Type | Name | Description |
---|---|---|
Date | newValue | The new value. |