[]
Represents a control that can be used to display and edit date range values.
public class C1DateRangePicker : C1DateTimeBase<DateRange>, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
Name | Description |
---|---|
C1DateRangePicker() | Setup default date-picker variable |
Name | Description |
---|---|
Format | Contains the date format value with default is MM/dd/yyyy |
OnValueChanged | Gets or sets the callback that is called when the value is changed. |
Separator | |
Value | Get or set value. |
ValueChanged | This Callback will gets and sets by framework automatically for binding feature. |
Name | Description |
---|---|
OnAfterRender(bool) | Correct rendered layout |
ProcessInput(string) | Process input value. |
SubmitChange(DateTime?) | Submit date into Value. |