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

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

Object Model


Syntax

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

Remarks

StringAttributeGroup allows user to edit the value in the group. When user taps the StringAttributeGroup, the application will navigate user to a new Dialog with a TextBox and the soft input panel to enter the new string value. User can either accept or abandon the new value before they go back.

There are other types of Groups that are designed to work with different types of data you can show or edit, including DateAttributeGroup, EnumAttributeGroup, NumericAttributeGroup, RadioGroup, SelectionGroup, 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.StringAttributeGroup

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