ArcGIS Runtime SDK for iOS
100.15
|
Display formatting for a popup field.
Instances of this class specify how a popup field value should be formatted for display.
Class Methods | |
(instancetype) | + popupFieldFormat |
Properties | |
AGSPopupDateFormat | dateFormat |
NSInteger | decimalPlaces |
BOOL | useThousandsSeparator |
+ (instancetype) popupFieldFormat |
|
readwritenonatomicassign |
The format in which to display dates. Only applicable for date fields.
|
readwritenonatomicassign |
The number of decimal digits to display. Only applicable for numeric fields.
|
readwritenonatomicassign |
Whether numbers should be displayed with a locale-specific thousands separator.