ArcGIS Runtime SDK for iOS: AGSPopupFieldFormat Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPopupFieldFormat Class Reference

Description

Display formatting for a popup field.

Instances of this class specify how a popup field value should be formatted for display.

Since
100
Inheritance diagram for AGSPopupFieldFormat:
AGSObject

Class Methods

(instancetype) + popupFieldFormat
 

Properties

AGSPopupDateFormat dateFormat
 
NSInteger decimalPlaces
 
BOOL useThousandsSeparator
 

Method Documentation

◆ popupFieldFormat

+ (instancetype) popupFieldFormat

Property Documentation

◆ dateFormat

- (AGSPopupDateFormat) dateFormat
readwritenonatomicassign

The format in which to display dates. Only applicable for date fields.

Since
100

◆ decimalPlaces

- (NSInteger) decimalPlaces
readwritenonatomicassign

The number of decimal digits to display. Only applicable for numeric fields.

Since
100

◆ useThousandsSeparator

- (BOOL) useThousandsSeparator
readwritenonatomicassign

Whether numbers should be displayed with a locale-specific thousands separator.

Since
100