[]
C1TimeEditor control extends the C1DropDown class to allow easy entry and editing of time values.
public class C1TimeEditor : C1DropDown, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
| Name | Description |
|---|---|
| C1TimeEditor() |
| Name | Description |
|---|---|
| ClockType | Gets or sets the earliest time that the user can enter. |
| Format | Gets or sets the format used to display the selected time. The format string is expressed as a .NET-style time format string. |
| IsEnabled | Gets or sets the enabled status. |
| IsReadOnly | Gets or sets the read-only status. |
| Max | Gets or sets the latest time that the user can enter. |
| Min | Gets or sets the earliest time that the user can enter. |
| OnValueChanged | Gets or sets the callback that is called when the value is changed. |
| Placeholder | Gets or sets the placeholder displayed when there is no entered text. |
| Value | Gets or sets the current input time. |
| ValueChanged | Gets or sets the callback that is called when the value changed. |
| Name | Description |
|---|---|
| OnInitialized() | Setup default values |