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

Represents an item in the GroupView that displays some text.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class TextItem 
   Inherits Item
C# 
public class TextItem : Item 

Remarks

TextItem is meant to be used with Group in a GroupView. It can be added to a Group as a Item showing texts. A typical example is a Group representing a column when user collects attributes for a Feature. This Group may contain two TextItems, one as a header TextItem showing the column name, while the other TextItem shows the value for the column.

For more details on how the application framework leverages Group to organize viewable/editable information, see Group.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Controls.Groups.Item
      ESRI.ArcGIS.Mobile.Client.Controls.Groups.TextItem
         ESRI.ArcGIS.Mobile.Client.Controls.Groups.CheckItem
         Generic ESRI.ArcGIS.Mobile.Client.Controls.Groups.TextItem<T>

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