Interface IListControlItemContainer
Contains methods and properties which allow ListControlItem to get information about it's container.
public interface IListControlItemContainer
Properties
- Control
Gets control used by the container.
- Defaults
Gets defaults used when item is painted.
- UniqueId
Gets unique id of the container.
Methods
- GetItemCount()
Gets count of the items.
- GetItemText(int, bool)
Returns the text representation of item with the specified
index
.
- SafeItem(int)
Gets ListControlItem item with the specified index. If index of the item is invalid or item is not ListControlItem, returns
null
.