For a list of all members of this type, see ListItem members.
| Name | Description | |
|---|---|---|
![]() | Attributes | AttributeCollection 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) |
![]() | DataItem | Sets 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) |
![]() | Enabled | Enabled state of the item. |
![]() | HasAttributes | Returns a boolean value which indicates if the UIObject currently has any Attributes. (Inherited from Infragistics.Web.UI.Framework.UIObject) |
![]() | Index | (Inherited from Infragistics.Web.UI.Framework.CollectionUIObject) |
![]() | IsEmpty | Checks 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) |
![]() | Key | Returns/sets a string value that can be used to store extra information on the item. |
![]() | ListControl | A reference to the ListControl that the item belongs to. |
![]() | NavigateUrl | Returns/sets a url that will be navigated to when an item is clicked. |
![]() | Target | Returns/sets where the NavigateUrl will be navigated to when an item is clicked. |
![]() | Template | (Inherited from Infragistics.Web.UI.Framework.UIObject) |
![]() | TemplateId | ID of Template within the TemplateCollection. Identifies the template to use for this ListItem. |
![]() | ToolTip | Returns/sets the text that will be displayed when the mouse is over the item. |
![]() | Visible | Indicates whether the item is visible. |
| Name | Description | |
|---|---|---|
![]() | AdditionalClientState | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | CollectionData | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | DelayLoadingClientCollections | Customizes 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) |
![]() | Flags | Stores 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) |
![]() | IsTrackingViewState | This 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) |
![]() | PropCount | Overridden. 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. |
![]() | TransactionLists | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | ViewState | Property to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |