Visual Basic (Declaration) | |
---|---|
Public Class RadioGroup Inherits Group |
C# | |
---|---|
public class RadioGroup : Group |
RadioGroup contains a set of Items that only one of them can be checked at one time. If a gorup item is checked, there would be a checked icon in front of it. User can use rocker or arrow keys to go from one group item to the other, and check it by activating it.
RadioButton is used with GroupView for presenting a definite set of choices.
There are other types of Groups that are designed to work with different types of data you can show or edit, including DateAttributeGroup, EnumAttributeGroup, NumericAttributeGroup, SelectionGroup, StringAttributeGroup, etc.
If you want to show user a read-only group, use ReadOnlyAttributeGroup.
ESRI.ArcGIS.Mobile.Client.Controls.Groups.Group
ESRI.ArcGIS.Mobile.Client.Controls.Groups.RadioGroup
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)