PopupFieldFormat QML Type

The formatting of a field when used in a Popup. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

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

decimalPlaces : int

The number of decimal places that should appear for displaying a numerical field in a Popup.


popupDateFormat : Enums.PopupDateFormat

The Popup date format used to display a date field in a Popup.

See also Enums.PopupDateFormat.


useThousandsSeparator : bool

Whether a numerical field will use the thousands (or digit) separator when the field is displayed in a Popup.


Signal Documentation

decimalPlacesChanged()

Emitted when the decimalPlaces property changes.

Note: The corresponding handler is onDecimalPlacesChanged.


popupDateFormatChanged()

Emitted when the popupDateFormat property changes.

Note: The corresponding handler is onPopupDateFormatChanged.


useThousandsSeparatorChanged()

Emitted when the useThousandsSeparator property changes.

Note: The corresponding handler is onUseThousandsSeparatorChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close