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

A Group that will by default have 2 items. A header item and a value item.

Object Model


Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ReadOnlyAttributeGroup 
   Inherits Group
C# 
public sealed class ReadOnlyAttributeGroup : Group 

Remarks

ReadOnlyAttributeGroup shows user a header TextItem and a value TextItem that are not editable. If you need to let user edit a value in a Group, use one of the following: DateAttributeGroup, EnumAttributeGroup, NumericAttributeGroup, RadioGroup, SelectionGroup, StringAttributeGroup, etc.

You can also construct your own read-only or editable group that behaves different from the built-in groups.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Controls.Groups.Group
      ESRI.ArcGIS.Mobile.Client.Controls.Groups.ReadOnlyAttributeGroup

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