IListItem Interface

An item in an Oracle list object.

C# Syntax

public interface IListItem 
Public Properties
 NameDescription
PropertyIsSelected

Indicates whether this item is selected.  

C# Syntax  

bool IsSelected {get;}
Top