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

List control used for grouping UI into distinct blocks.

Object Model


Syntax

Visual Basic (Declaration) 
<DesignerCategoryAttribute("code")>
Public NotInheritable Class GroupView 
   Inherits ExtendedControl
   Implements IGestureHost, IScrollable 
C# 
[DesignerCategoryAttribute("code")]
public sealed class GroupView : ExtendedControl, IGestureHost, IScrollable  

Remarks

GroupView is a list control that holds a collection of Groups, with each Group representing a block of UI controls. Within application framework, GroupView is used when there is a need to show user a ViewAttributesPage, or when you need to present a EditAttributesPage for attributes editing.

With a GroupView on the Page, user can use rocker or arrow keys to browse from one group to the other.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            ESRI.ArcGIS.Mobile.Client.Controls.ExtendedControl
               ESRI.ArcGIS.Mobile.Client.Controls.Groups.GroupView

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