Interface IListItem
An item in an Oracle list object.
public interface IListItem
Properties
IsSelected
Indicates whether this item is selected.
bool IsSelected { get; }
An item in an Oracle list object.
public interface IListItem
Indicates whether this item is selected.
bool IsSelected { get; }