Version

ImageItem Class Properties

For a list of all members of this type, see ImageItem members.

Public Properties
 NameDescription
Public PropertyAltTextReturns/sets the text that will be displayed when the browser cannot render an image.  
Public PropertyAttributesAttributeCollection property that can be used to add Html markup attributes to the UIObject which will be rendered to the Html stream during the rendering phase. (Inherited from Infragistics.Web.UI.Framework.UIObject)
Public PropertyCssClassCSS Class that will be applied to the ImageItem.  
Public PropertyDataItemSets or gets an object value that contains a reference to the object in the data source that supplied the data for this item. (Inherited from Infragistics.Web.UI.Framework.CollectionUIObject)
Public PropertyDisabledCssClassCSS Class that will be applied if the item is disabled.  
Public PropertyEnabledEnabled state of the item. (Inherited from Infragistics.Web.UI.ListControls.ListItem)
Public PropertyHasAttributesReturns a boolean value which indicates if the UIObject currently has any Attributes. (Inherited from Infragistics.Web.UI.Framework.UIObject)
Public PropertyHoverCssClassCSS Class that will be applied to the item when it is hovered.  
Public PropertyHoverImageUrlReturns/sets the url to an image that will be displayed when an item is hovered over.  
Public PropertyImageUrlReturns/sets the url to an image that will be displayed in the item.  
Public PropertyIndexThe index of the item in it's parent's collection. If it does not belong to a collection, the index will be -1.  
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Public PropertyKeyReturns/sets a string value that can be used to store extra information on the item. (Inherited from Infragistics.Web.UI.ListControls.ListItem)
Public PropertyListControlA reference to the ListControl that the item belongs to. (Inherited from Infragistics.Web.UI.ListControls.ListItem)
Public PropertyNavigateUrlReturns/sets a url that will be navigated to when an item is clicked. (Inherited from Infragistics.Web.UI.ListControls.ListItem)
Public PropertySelectedReturns/sets if this item is selected.  
Public PropertySelectedCssClassCSS Class that will be applied when the item is selected.  
Public PropertyTargetReturns/sets where the NavigateUrl will be navigated to when an item is clicked. (Inherited from Infragistics.Web.UI.ListControls.ListItem)
Public PropertyToolTipReturns/sets the text that will be displayed when the mouse is over the item. (Inherited from Infragistics.Web.UI.ListControls.ListItem)
Public PropertyVisibleIndicates whether the item is visible. (Inherited from Infragistics.Web.UI.ListControls.ListItem)
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyFlagsStores all the ClientUIFlags into one integer, that will be passed down to the client in the Client Property Array. (Inherited from Infragistics.Web.UI.Framework.UIObject)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountOverridden. Returns the total number of properties on the object that should go to the client.. This should be calculated by taking the amount of Properties on the base class plus the amount of properties on this class. If you are deriving from this object and need to add additional client properties, you must override this property.  
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also