InterfaceIItemsOwner
Interface
Exposes the Items property for accessing a collection of the items in a combobox.
Definition
Namespace:Telerik.WinControls.Elements
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public interface IItemsOwner
Properties
Items
Gets a collection representing the collection of the items contained in this ComboBox.
Declaration
cs-api-definition
[RadEditItemsAction]
RadItemOwnerCollection Items { get; }
Property Value