BootstrapUIWidgetFormat Properties
Stores settings defining how values are formatted within a UI widget.| Name | Description |
|---|---|
| Currency | Specifies the used currency. |
| Formatter | Specifies a custom formatter function. |
| Parser | Specifies a parser function to parse numbers or dates presented as strings into the correct format. |
| Precision | Specifies the value precision in the formated presentation. |
| Type | Specifies a predefined format. |
See Also