
The TimeSpanUpDown class represents a control that lets you increment or decrement a time value over 24 hours. The Format is Days.Hours:Minutes:Seconds.
This class derives

'Declaration<TemplatePartAttribute(Name="PART_TextBox", Type=System.Windows.Controls.TextBox)> <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class TimeSpanUpDown Inherits Xceed.Wpf.Toolkit.Primitives.DateTimeUpDownBase(Of Nullable(Of TimeSpan)) Implements Xceed.Wpf.Toolkit.Core.Input.IValidateInput
'UsageDim instance As TimeSpanUpDown
[TemplatePart(Name="PART_TextBox", Type=System.Windows.Controls.TextBox)] [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class TimeSpanUpDown : Xceed.Wpf.Toolkit.Primitives.DateTimeUpDownBase<Nullable<TimeSpan>>, Xceed.Wpf.Toolkit.Core.Input.IValidateInput
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Xceed.Wpf.Toolkit.Primitives.InputBase
Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>
Xceed.Wpf.Toolkit.Primitives.DateTimeUpDownBase<T>
Xceed.Wpf.Toolkit.TimeSpanUpDown
Xceed.Wpf.Toolkit.PropertyGrid.Editors.PropertyGridEditorTimeSpanUpDown
| Name | Description | |
|---|---|---|
![]() | TimeSpanUpDown Constructor | Initializes a new instance of the TimeSpanUpDown class. |
| Name | Description | |
|---|---|---|
![]() ![]() | FractionalSecondsDigitsCountProperty | Identifies the FractionalSecondsDigitsCount dependency property. |
![]() ![]() | ShowDaysProperty | Identifies the ShowDays dependency property. |
![]() ![]() | ShowHoursProperty | |
![]() ![]() | ShowSecondsProperty | Identifies the ShowSeconds dependency property. |
| Name | Description | |
|---|---|---|
![]() | FindLogicalAncestor<T> | Finds the logical ancenster |
![]() | FindLogicalAncestorsAndSelf | |
![]() | FindLogicalChildren<T> | Find the logical children. |
![]() | FindVisualAncestor<T> | Finds the visual ancestor. |
![]() | FindVisualChildren<T> | Finds the visual children. |
![]() | FindVisualTreeRoot | Finds the visual tree root. |
![]() | ShowDialog | Overloaded. |