TimePicker
Represents 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. |
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. |
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. |
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 Value changes. |
Get 50+ awesome WPF controls in the Plus Edition.
---