TimeSpanUpDown
Derives from Xceed.Wpf.Toolkit.Core.Primitives.DatetimeUpDownBaseThe TimeSpanUpDown controls let you increment or decrement a time over 24 hours. The Format is Days.Hours:Minutes:Seconds.
Properties / Events
| Property | Description |
|---|---|
| AllowSpin | Gets or sets the ability to perform increment/decrement operations via the keyboard, button spinners, or mouse wheel. (Inherited from UpDownBase) |
| ClipValueToMinMax | Gets or sets if the value should be clipped when minimum/maximum is reached. (Inherited from UpDownBase) |
| DisplayDefaultValueOnEmptyText | Gets or sets if the DefaultValue should be displayed when the Text is empty. (Inherited from UpDownBase) |
| DefaultValue | Get or sets the value to use when the Value is null and an increment/decrement operation is performed. (Inherited from UpDownBase) |
| Maximum | Gets or sets the maximum allowed value. (Inherited from UpDownBase) |
| Minimum | Gets or sets the minimum allowed value. (Inherited from UpDownBase) |
| MouseWheelActiveTrigger | Gets or sets when the mouse wheel event should affect the value. (Inherited from UpDownBase) |
| ShowButtonSpinner | Gets or sets if the button spinners are visible. (Inherited from UpDownBase) |
| Value | Gets or sets the numeric value. (Inherited from UpDownBase) |
| CultureInfo | Gets or sets the current CultureInfo. (Inherited from InputBase) |
| IsReadOnly | Gets or sets a value indicating whether the control is read only. (Inherited from InputBase) |
| Text | Gets or sets the formatted string representation of the value. (Inherited from InputBase) |
| TextAlignment | Gets or sets the alignment of the Text. (Inherited from InputBase) |
| Watermark | Gets or sets the object to use as a watermark if the Value is null. (Inherited from InputBase) |
| WatermarkTemplate | Gets or sets the DataTemplate to use for the Watermark. (Inherited from InputBase) |
| Event | Description |
|---|---|
| ValueChanged | Raised when the Value changes. (Inherited from UpDownBase) |
| InputValidationError | Raised when the Text cannot be converted to a valid Value. (Inherited from UpDownBase) |
Get 50+ awesome WPF controls in the Plus Edition.
---