IListItem Interface
An SAPUI5 list item.

C# Syntax

public interface IListItem : HP.LFT.SDK.Web.IListItem  
Public Properties
 NameDescription
PropertyTextThe text value of the list item. (Inherited from HP.LFT.SDK.Web.IListItem)
Top
Public Methods
 NameDescription
MethodMakeVisibleMakes an item in the list visible. (Inherited from HP.LFT.SDK.Web.IListItem)
MethodSetDataEnters the specified text in the list box item.  
Top