UpDownBase
Wisej.Web.UpDownBase
Last updated
Was this helpful?
Wisej.Web.UpDownBase
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Implements the basic functionality required by a spin box (also known as an up-down control).
Initializes a new instance of the class.
: Returns or sets whether the height of the control is set automatically. (Default: True
)
Represents a spinner control that displays string values.
Represents a spinner control that displays numeric values.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets the border style for the spin box (also known as an up-down control). (Default: Solid
)
: Returns or sets whether the user can edit the text in the control. (Default: True
)
: Enables or disables the browser's context menu. (Default: True
)
: Returns or sets the visibility of the spinner buttons. (Default: False
)
: Returns or sets whether the user can use the UP ARROW and DOWN ARROW keys to select values. (Default: True
)
: Returns or sets a value that indicates that the control is invalid.
: Returns or sets the invalid message that is shown in the invalid tooltip. (Default: ""
)
: Provides a label related to the control.
: Returns or sets the localizable label associated with this control. (Default: ""
)
: Returns or sets the maximum size of the spin box (also known as an up-down control).
: Returns or sets the minimum size of the spin box (also known as an up-down control).
: Returns or sets whether the control is read-only. (Default: False
)
: Selects the text when gaining the focus. (Default: False
)
: Returns or sets the alignment of the text in the spin box (also known as an up-down control). (Default: Left
)
: Returns or sets the alignment of the up and down buttons on the spin box (also known as an up-down control). (Default: Right
)
When this value is set to , the spin box (editable part of the control) is centered between the up and down buttons.
: Returns or sets whether the collection of items continues to the first or last item if the user continues past the end of the list. (Default: False
)
Fired when the value of the property changes.
Fired when the value of the property has changed.
Fired when the value of the property has changed.
Represents a control that can be hosted in a .
Represents a spinner control that displays values.
Provides access to the associated with the controls that implement this interface.
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.