Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class / VisibleItems Property


In This Topic
    VisibleItems Property (SmartControl)
    In This Topic
    Gets a list of the visible child SmartItems.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property VisibleItems As SmartItemList
    'Usage
     
    Dim instance As SmartControl
    Dim value As SmartItemList
     
    value = instance.VisibleItems
    [Browsable(false)]
    public SmartItemList VisibleItems {get;}

    Property Value

    A reference to a SmartItemList containing a list of the visible child SmartItems.
    Remarks

    All child SmartItems whose SmartItem.IsVisible property returns true will be returned.

    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