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

Represents an item in the GroupView that contains a picture.

Object Model



Syntax

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

Remarks

PictureItem is meant to be used with Group in a GroupView. The PictureItem can be used in a Group to show a picture from your Feature. Examples are blob or raster fields in a FatureLayer that stores an image. If you need to show the picture on a ViewAttributesPage, you can use a PictureItem.

To customize either ViewAttributesPage or EditAttributesPage, listen to CreatingViewGroups or CeatingEditGroups event. For more details, see ViewAttributesPage and EditAttributesPage.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Controls.Groups.Item
      ESRI.ArcGIS.Mobile.Client.Controls.Groups.PictureItem

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