TimeUpDown

Wisej.Web.TimeUpDown

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Represents a spinner control that displays TimeSpan values.

public class TimeUpDown : UpDownBase, ISupportInitialize, INotifyPropertyChanged

Constructors

Initializes a new instance of the TimeUpDown class.

Properties

TimeUpDownFormat: Returns or sets the format use to display and parse the time value.

TimeSpan: Returns or sets the maximum value for the time editor.

TimeSpan: Returns or sets the minimum allowed value for time editor.

Nullable<TimeSpan>: Returns or sets the Value assigned to the spin box (also known as an up-down control) with the difference that when the text is empty it returns null.

This property should be used when the TimeUpDown may hold a null value and it's bound to a database nullable column. Throws:

String: Returns or sets the text to be displayed in the TimeUpDown control.

TimeSpan: Returns or sets the value assigned to the TimeUpDown editor.

Throws:

Events

EventHandler Fired when the Value property has been changed in some way.

Implements

NameDescription

Bindable components implement this interface.

Provides access to the LabelWrapper associated with the controls that implement this interface.

Provides access to the ReadOnly property for coontrols that support the read-only mode.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated