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


The following tables list the members exposed by ExtendedListViewItem.

Public Constructors

 NameDescription
Public ConstructorExtendedListViewItem ConstructorOverloaded.  Constructs an ExtendedListViewItem.  
Top

Public Properties

 NameDescription
Public PropertyHighlightImage Gets or sets the Bitmap used when the item is selected. If set to null, Image property is used.  
Public PropertyImage Gets or sets the Bitmap used for the item.  
Public PropertyIsSubdued Gets or sets a flag indicating if the item should be drawn in the regular font or a subdued font.  
Public PropertySecondaryStrings Gets or sets the secondary strings the item will display.  
Public PropertyTag Gets or sets an associated object with the item.  
Public PropertyText Gets or sets the item text.  
Public PropertyTransparentColor Gets or sets the color that should be treated as transparent in the images.  
Top

Protected Properties

 NameDescription
Protected PropertyParentList Gets or sets the ExtendedListView associated with this item.  
Top

Public Methods

 NameDescription
Public MethodToStringOverridden.  Returns a string representation of the object.  
Top

See Also