Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartLayout Class / SmartItems Property


In This Topic
    SmartItems Property
    In This Topic
    Gets the collection of child SmartItems associated with the layout.
    Syntax
    'Declaration
     
    Protected ReadOnly Property SmartItems As SmartItemCollection
    'Usage
     
    Dim instance As SmartLayout
    Dim value As SmartItemCollection
     
    value = instance.SmartItems
    protected SmartItemCollection SmartItems {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