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

Represents an item in the Group.

Object Model



Syntax

Visual Basic (Declaration) 
Public MustInherit Class Item 
C# 
public abstract class Item 

Remarks

A GroupView may contain multiple Group, and a Group may have one or more Items. Some of the Items that you can use in a Gruop include TextItem, PictureItem, and LinkItem.

GroupView, Group, and Item are heavily used on ViewAttributesPage and EditAttributesPage, where each Group represents a field with name and value.

You can also create your own Page/Dialog with customized Groups as well.

Inheritance Hierarchy

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