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


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

    Property Value

    A reference to a SmartItemList containing a list of the visible 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