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


The following tables list the members exposed by Item.

Public Properties

 NameDescription
Public PropertyGroup Gets the Group object this item belongs to.  
Public PropertyGroupView Gets the GroupView control this item belongs to.  
Public PropertySelectable Gets or sets a value that indicates if the item can be selected.  
Public PropertySelectedBackColor Gets the color of the background when the item is selected.  
Top

Public Methods

 NameDescription
Public MethodDrawItem Draws the item to the graphics object.  
Public MethodGetHeight Gets the height of the item.  
Public MethodInvalidate Invalidates the UI of the item.  
Top

Protected Methods

 NameDescription
Protected MethodNotifyViewOfHeightChange Call this when the height of the item changes to notify the view.  
Protected MethodOnActivated Occurs when an item is Activated.  
Protected MethodOnViewWidthChanged Occurs when the width of the GroupView control changes.  
Top

Public Events

 NameDescription
Public EventActivated Occurs when an item is Activated.  
Top

See Also