How to Programmatically Browse through Values in a DomainUpDownExt Control
3 Sep 2020 / 1 minute to read
We can programmatically browse through the previous and the next values, of the current value, by calling UpButton and DownButton methods.
//Goes to the previous value.
this.domainUpDownExt1.UpButton();
//Goes to the Next value.
this.domainUpDownExt1.DownButton();
'Goes to the previous value.
Me.domainUpDownExt1.UpButton()
'Goes to the Next value.
Me.domainUpDownExt1.DownButton()
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page