Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TimeSpanUpDown

XceedBoucherS edited this pageMar 11, 2020 ·3 revisions

TimeSpanUpDown

Derives from Xceed.Wpf.Toolkit.Core.Primitives.DatetimeUpDownBase

The TimeSpanUpDown controls let you increment or decrement a time over 24 hours. The Format is Days.Hours:Minutes:Seconds.

Properties

PropertyDescription
AllowSpinGets or sets the ability to perform increment/decrement operations via the keyboard, button spinners, or mouse wheel. (Inherited from UpDownBase)
AllowTextInputDetermines if the editable part of the control can be edited. The editable part does not include buttons or spinners, it is typically the text part.
ClipValueToMinMaxGets or sets if the value should be clipped when minimum/maximum is reached. (Inherited from UpDownBase)
DisplayDefaultValueOnEmptyTextGets or sets if theDefaultValue should be displayed when theText is empty. (Inherited from UpDownBase)
DefaultValueGets or sets the value to use when theText is null or empty. (Inherited from UpDownBase)
FractionalSecondsDigitsCountGets or sets the number of digits to use to represent the fractions of seconds in the TimeSpan.
MaximumGets or sets the maximum allowed value. (Inherited from UpDownBase)
MinimumGets or sets the minimum allowed value. (Inherited from UpDownBase)
MouseWheelActiveTriggerGets or sets when the mouse wheel event should affect the value. (Inherited from UpDownBase)
ShowButtonSpinnerGets or sets if the button spinners are visible. (Inherited from UpDownBase)
UpdateValueOnEnterKeyGets or sets a value indicating whether the synchronization between "Value" and "Text" should be done only on the Enter key press (and lost focus). (Inherited from UpDownBase)
ValueGets or sets the numeric value. (Inherited from UpDownBase)
CultureInfoGets or sets the current CultureInfo. (Inherited from InputBase)
IsReadOnlyGets or sets a value indicating whether the control is read only. (Inherited from InputBase)
TextGets or sets the formatted string representation of the value. (Inherited from InputBase)
TextAlignmentGets or sets the alignment of the Text. (Inherited from InputBase)
WatermarkGets or sets the object to use as a watermark if theValue is null. (Inherited from InputBase)
WatermarkTemplateGets or sets the DataTemplate to use for the Watermark. (Inherited from InputBase)

Events

EventDescription
ValueChangedRaised when the Value changes. (Inherited from UpDownBase)
InputValidationErrorRaised when the Text cannot be converted to a valid Value. (Inherited from UpDownBase)

Support this project, check out thePlus Edition.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp