Specifies the formatting of the displayed value in a NumericUpDown control. Namespace: MindFusion.UI.Web
|
C#
![]() |
---|
public enum DisplayType |
Visual Basic
![]() |
---|
Public Enumeration DisplayType |
Member name | Value | Description | |
---|---|---|---|
![]() |
Number |
0 | Display as number. |
![]() |
Currency |
1 | Display as currency. |
![]() |
Percent |
2 | Display as percentage. |