UpDownControlExtensions
Wisej.Web.Markup.UpDownControlExtensions
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds fluent markup extension methods to the UpDownBase class.
public class UpDownControlExtensions
Methods
BorderStyle<TUpDownControl>(upDownControl, borderStyle)

Sets the BorderStyle property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control.
Editable<TUpDownControl>(upDownControl, editable)

Sets the Editable property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control.
HideUpDownButtons<TUpDownControl>(upDownControl, hideUpDownButtons)

Sets the HideUpDownButtons property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control with up-down buttons hidden.
InterceptArrowKeys<TUpDownControl>(upDownControl, interceptArrowKeys)

Sets the InterceptArrowKeys property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control.
Invalid<TUpDownControl>(upDownControl, invalid)

Sets the Invalid property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control.
InvalidMessage<TUpDownControl>(upDownControl, invalidMessage)

Sets the InvalidMessage property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control.
OnSelectedItemChanged<TDomainUpDownControl>(domainUpDownControl, action)

Attaches an event handler to the SelectedItemChanged event of a DomainUpDown control.
TDomainUpDownControl
The type of the domain up-down control.
domainUpDownControl
The domain up-down control to which the event handler is to be attached.
action
The action to perform when the SelectedItemChanged event is triggered.
Returns: TDomainUpDownControl. The domain up-down control with the event handler attached.
OnSortedItemChanged<TDomainUpDownControl>(domainUpDownControl, action)

Attaches an event handler to the SortedChanged event of a DomainUpDown control.
TDomainUpDownControl
The type of the domain up-down control.
domainUpDownControl
The domain up-down control to which the event handler is to be attached.
Returns: TDomainUpDownControl. The domain up-down control with the event handler attached.
SelectOnEnter<TUpDownControl>(upDownControl, selectOnEnter)

Sets the SelectOnEnter property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control.
TextAlign<TUpDownControl>(upDownControl, textAlign)

Sets the TextAlign property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control.
UpDownAlign<TUpDownControl>(upDownControl, upDownAlign)

Sets the UpDownAlign property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control.
Wrap<TUpDownControl>(upDownControl)

Enables the Wrap property of the specified UpDown control.
TUpDownControl
Returns: TUpDownControl. The modified UpDown control with wrapping enabled.
Last updated
Was this helpful?