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