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


In This Topic
    ParentSmartControl Property
    In This Topic
    Gets the parent SmartControl of the SmartItem.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property ParentSmartControl As SmartControl
    'Usage
     
    Dim instance As SmartItem
    Dim value As SmartControl
     
    value = instance.ParentSmartControl
    [Browsable(false)]
    public SmartControl ParentSmartControl {get;}

    Property Value

    A reference to a SmartControl object representing the parent SmartControl of the SmartItem. Can be a null reference (Nothing in Visual Basic) if the SmartItem does not yet have a parent SmartControl.
    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