Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemCollection Class / Item Property / Item(String) Property
The key of the SmartItem to retrieve.


In This Topic
    Item(String) Property
    In This Topic
    Gets the SmartItem associated with the specified key.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal key As String _
    ) As SmartItem
    'Usage
     
    Dim instance As SmartItemCollection
    Dim key As String
    Dim value As SmartItem
     
    value = instance.Item(key)
    public SmartItem Item( 
       string key
    ) {get;}

    Parameters

    key
    The key of the SmartItem to retrieve.

    Property Value

    A reference to the SmartItem associated with key.
    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