GrapeCity MultiRow Windows Forms Documentation
Items Property (DomainUpDownCell)


Gets a collection of objects assigned to the spin box
Syntax
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<SRCategoryAttribute("Data")>
<SRDescriptionAttribute("Indicates a collection of objects assigned to the spin box.")>
<MergablePropertyAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<LocalizableAttribute(True)>
Public ReadOnly Property Items As DomainUpDownCell.ObjectCollection
Dim instance As DomainUpDownCell
Dim value As DomainUpDownCell.ObjectCollection
 
value = instance.Items
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[SRCategory("Data")]
[SRDescription("Indicates a collection of objects assigned to the spin box.")]
[MergableProperty(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Localizable(true)]
public DomainUpDownCell.ObjectCollection Items {get;}

Property Value

A DomainUpDownCell.ObjectCollection value that contains candidate objects.
Remarks
The DomainUpDownCell.ObjectCollection can be built and made available to the DomainUpDownCell in two ways. You can add items to the collection by using the DomainUpDownCell.ObjectCollection.Add or DomainUpDownCell.ObjectCollection.Insert method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DomainUpDownCell Class
DomainUpDownCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.