Esempio n. 1
0
 protected override void InitializeFields()
 {
     base.InitializeFields();
     this.items             = new RadItemOwnerCollection();
     this.items.ItemTypes   = new Type[] { typeof(RadItem) };
     this.items.DefaultType = typeof(RadItem);
 }
Esempio n. 2
0
 /// <summary>
 ///     <para>
 ///       Initializes a new instance of <see cref='Telerik.WinControls.RadItemCollection'/> based on another <see cref='Telerik.WinControls.RadItemCollection'/>.
 ///    </para>
 /// </summary>
 /// <param name='value'>
 ///       A <see cref='Telerik.WinControls.RadItemCollection'/> from which the contents are copied
 /// </param>
 public RadItemOwnerCollection(RadItemOwnerCollection value) : base(value)
 {
 }
Esempio n. 3
0
 public RadItemsControlImpl(RadItemOwnerCollection items)
 {
     this.ownerCollection = items;
 }
Esempio n. 4
0
 internal RadItemsControlImpl(RadItemOwnerCollection items)
 {
     this.ownerCollection = items;
 }