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


In This Topic
    VisibleSmartItems Property
    In This Topic
    Gets a list of the visible SmartItems.
    Syntax
    'Declaration
     
    Protected ReadOnly Property VisibleSmartItems As SmartItemList
    'Usage
     
    Dim instance As SmartLayout
    Dim value As SmartItemList
     
    value = instance.VisibleSmartItems
    protected SmartItemList VisibleSmartItems {get;}

    Property Value

    A SmartItemList representing the visible 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