Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / IExpandable Interface / Expanded Property


In This Topic
    Expanded Property (IExpandable)
    In This Topic
    Gets or sets a boolean value indicating if the SmartItem is expanded.
    Syntax
    'Declaration
     
    Property Expanded As Boolean
    'Usage
     
    Dim instance As IExpandable
    Dim value As Boolean
     
    instance.Expanded = value
     
    value = instance.Expanded
    bool Expanded {get; set;}

    Property Value

    true if the SmartItem is expanded; false otherwise.
    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