ESRI.ArcGIS.Mobile.Client
ListViewActionItem Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : ListViewActionItem Class

Class that encapsulates an ExtendedListViewItem and a SimpleActionDelegate.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ListViewActionItem 
   Inherits ActionItem(Of ExtendedListViewItem, SimpleActionDelegate)
C# 
public class ListViewActionItem : ActionItem<ExtendedListViewItem, SimpleActionDelegate> 

Remarks

ListViewActionItem is meant to be used with a Page that inherits ListViewActionItemPage.

ListViewActionItemPage contains a ListView with a collection of ListViewActionItem. Each ListViewActionItem encapsulates an ExtendedListViewItem and a SimpleActionDelegate. Conceptually each ListViewActionItem represents an action that can be applied to a ExtendedListViewItem. For example, a ListViewActionItem can be a customized geometry collection method that, when tapped, can navigate user through a set of Pages that form a geometry collection workflow. For more details, see CollectFeaturesExtension from code samples.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.ActionItem<ExtendedListViewItem, SimpleActionDelegate>
      ESRI.ArcGIS.Mobile.Client.ListViewActionItem

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client

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