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

A Group that displays a header text and a DateTime value. It also allows the user to edit the value.

Object Model


Syntax

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

Remarks

DataAttributeGroup is one of those editable groups in a GroupView. It's meant to be used when you need to show a Date value on a Page or Dialog and would allow user to change the value. When user taps the Group, the application will automatically navigate to a new Dialog where user can choose a new value from a DateTimePicker. The Dialog provides menu items for user to accept the new value or abandon the new value before going back to previous page/dialog.

DateAttributeGroup is normally used with a GroupView.

There are other types of Groups that are designed to work with different types of data you can show or edit, including, EnumAttributeGroup, NumericAttributeGroup, RadioGroup, SelectionGroup, StringAttributeGroup, etc.

If you want to show user a read-only group, use ReadOnlyAttributeGroup.

Inheritance Hierarchy

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

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