IItemsOwner
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:
C#
public interface IItemsOwner
Derived Classes:
Properties
Gets a collection representing the collection of the items contained in this ComboBox.
C#
[RadEditItemsAction]
RadItemOwnerCollection Items { get; }