Xceed SmartUI for WinForms v3.6 Documentation
Items Property (SmartControl)


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartControl Class : Items Property
Gets the collection of child SmartItems associated with the SmartControl.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<BrowsableAttribute(False)>
Public ReadOnly Property Items As SmartItemCollection
'Usage
 
Dim instance As SmartControl
Dim value As SmartItemCollection
 
value = instance.Items
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Browsable(false)]
public SmartItemCollection Items {get;}

Property Value

A reference to a SmartItemCollection containing a list of the child SmartItems.
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

SmartControl Class
SmartControl Members