PopupFieldFormat QML Type

  • Esri.ArcGISRuntime
  • PopupFieldFormat
  • The formatting of a field when used in a Popup. More...

    Import Statement: import Esri.ArcGISRuntime
    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.