TimePicker
Derives from ControlRepresents a control that allows users to select a time.
Properties / Events
| Property | Description |
|---|---|
| AllowSpin | Gets or sets a value indicating whether interacting with the spinner will result in increment/decrement operations. |
| ClipValueToMinMax | Gets or sets if the value should be clipped when minimum/maximum is reached. |
| EndTime | Gets or sets the last time listed in the control's dropdown. |
| Format | Gets or sets the time format displayed. |
| FormatString | Gets or sets the format string used when Format is set to Custom. |
| IsOpen | Gets or sets a value indicating whether the dropdown is open. |
| Maximum | Gets or sets the Maximum allowed value. |
| Minimum | Gets or sets the Minimum allowed value. |
| ShowButtonSpinner | Gets or sets a value indicating whether the button spinner is shown. |
| StartTime | Gets or sets the first time listed in the control's dropdown. |
| TextAlignment | Gets or sets the alignment of the time picker's text. |
| TimeInterval | Gets or sets the time interval between the TimeItem items listed in the dropdown. |
| Value | Gets or sets the DateTime value of the TimePicker. |
| Watermark | Gets or sets the watermark to display in the control. |
| WatermarkTemplate | Gets or sets the watermark template. |
| Event | Description |
|---|---|
| ValueChanged | Raised when the Value changes. |
Get 50+ awesome WPF controls in the Plus Edition.
---