[]
Represents a control that can be used to display and edit date values.
public class C1DatePicker : C1DateTimeBase<DateTime?>, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
| Name | Description |
|---|---|
| C1DatePicker() |
| 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. |
| 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 |
| OnParametersSet() | |
| ProcessInput(string) | Process input value. |
| Refresh() | Refresh the control. |