The formatting of a field when used in a Popup. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- decimalPlaces : int
- popupDateFormat : Enums.PopupDateFormat
- useThousandsSeparator : bool
Signals
Detailed Description
Applies only to fields of type date or number (float, double, integer). Use the PopupManager::fieldType method to determine the field type.
Property Documentation
The number of decimal places that should appear for displaying a numerical field in a Popup.
The Popup date format used to display a date field in a Popup.
See also Enums.PopupDateFormat.
Whether a numerical field will use the thousands (or digit) separator when the field is displayed in a Popup.
Signal Documentation
Emitted when the decimalPlaces property changes.
Note: The corresponding handler is onDecimalPlacesChanged
.
Emitted when the popupDateFormat property changes.
Note: The corresponding handler is onPopupDateFormatChanged
.
Emitted when the useThousandsSeparator property changes.
Note: The corresponding handler is onUseThousandsSeparatorChanged
.