Table of Contents

Interface IListItem

An item in an Oracle list object.

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

Properties

IsSelected

Indicates whether this item is selected.

Declaration
bool IsSelected { get; }
Property Value
Type Description
bool