Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / GroupKeyList Class / Item Property
The zero-based group level at which to get the object.


In This Topic
    Item Property (GroupKeyList)
    In This Topic
    Gets the object at the specified group level.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal groupLevel As Integer _
    ) As Object
    'Usage
     
    Dim instance As GroupKeyList
    Dim groupLevel As Integer
    Dim value As Object
     
    instance.Item(groupLevel) = value
     
    value = instance.Item(groupLevel)
    public object this[ 
       int groupLevel
    ]; {get; set;}

    Parameters

    groupLevel
    The zero-based group level at which to get the object.

    Property Value

    A reference to the object at the specified group level.
    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