Table of Contents

Interface IListItem

A single list item in a Java list.

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public interface IListItem

Properties

Index

The 0-based index of the list item.

Declaration
int Index { get; }
Property Value
Type Description
int

Text

The text value of the list item.

Declaration
string Text { get; }
Property Value
Type Description
string