ESRI.ArcGIS.Mobile.Client
CommandListPageItem Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Pages Namespace : CommandListPageItem Class


The following tables list the members exposed by CommandListPageItem.

Public Constructors

 NameDescription
Public ConstructorCommandListPageItem ConstructorOverloaded.  Initializes a new instance of the CommandListPageItem class.  
Top

Public Properties

 NameDescription
Public PropertyCommand Gets or sets the command associated with the CommandListPageItem.  
Public PropertyCommandParameter Gets or sets the parameter passed to the Command when invoked.  
Public PropertyDescription Gets or sets a brief description of the item.  
Public PropertyImage Gets or sets the item image.  
Public PropertyIsChecked Gets or sets a flag indicating whether the item is checked or not.  
Public PropertyText Gets or sets the title of the item.  
Top

Protected Methods

 NameDescription
Protected MethodOnPropertyChanged Raises the PropertyChanged event.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Raised when a property value has changed.  
Top

See Also