ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridGroupRow Class / GroupKeys Property

In This Topic
    GroupKeys Property (DataGridGroupRow)
    In This Topic
    Gets keys that identify the group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupKeys As Object()
    public object[] GroupKeys {get;}

    Property Value

    The group keys.
    See Also