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