ESRI.ArcGIS.Mobile.Client
DistanceGroup Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls.Groups Namespace : DistanceGroup Class


The following tables list the members exposed by DistanceGroup.

Public Constructors

 NameDescription
Public ConstructorDistanceGroup ConstructorOverloaded.  Constructs a DistanceGroup object.  
Top

Public Properties

 NameDescription
Public PropertyDistance Gets the numeric distance vlaue displayed by the Group.  
Public PropertyGroupView Gets the parent control. (Inherited from Group)
Public PropertyItems Gets the collection of Items in the Group. (Inherited from Group)
Public PropertyUnit Gets the Unit displayed by the Group.  
Top

Protected Methods

 NameDescription
Protected MethodOnClicked Occurs when the area the group covers is clicked. (Inherited from Group)
Protected MethodOnGroupChanged Occurs when the list of items in the Group changes. (Inherited from Group)
Top

Public Events

 NameDescription
Public EventClicked Occurs when the area the group covers is clicked. (Inherited from Group)
Public EventValueChanged Occurs when one of the values is changed.  
Top

See Also