ESRI.ArcGIS.Mobile.Client
NumericAttributeGroup Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace : NumericAttributeGroup Class

A Group that displays a header text and a numeric value. It also allows the user to edit the value.

Object Model


Syntax

Visual Basic (Declaration) 
Public NotInheritable Class NumericAttributeGroup 
   Inherits Group
C# 
public sealed class NumericAttributeGroup : Group 

Remarks

NumericAttributeGroup shows user a header TextItem and a numberic value. If it's tapped, user will be navigated to another Dialog with a numberic keypad for entering a new numeric value. They can either accept or abandon the new value before they leave the Dialog.

NumbericAttributeGroup is designed to be added to a GroupView before it can be used.

There are other types of Groups that are designed to work with different types of data you can show or edit, including DateAttributeGroup, EnumAttributeGroup, RadioGroup, SelectionGroup>, StringAttributeGroup, etc.

If you want to show user a read-only group, use ReadOnlyAttributeGroup.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Controls.Groups.Group
      ESRI.ArcGIS.Mobile.Client.Controls.Groups.NumericAttributeGroup

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Controls.Groups

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also