Class GroupEntry
GroupEntry contains the list of groups for each sub-groups populated in the TopLevelGroup class.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.WPF.dll
Syntax
public class GroupEntry : NodeEntry, IDisposable
Constructors
GroupEntry(GroupEntry, Int32)
Initializes a new instance of the GroupEntry class.
Declaration
public GroupEntry(GroupEntry parent, int level)
Parameters
Type | Name | Description |
---|---|---|
GroupEntry | parent | The parent (group) of the group. |
System.Int32 | level | The level of the group. |
Properties
Groups
Gets the list of sub-groups in the group.
Declaration
public List<Group> Groups { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Group> | The list of sub-groups in the group. |
Methods
ToSummaryArray()
Returns an array of summary details of each sub-group in the group.
Declaration
public object[] ToSummaryArray()
Returns
Type | Description |
---|---|
System.Object[] | An array of summary details of each sub-group in the group. |
Implements
System.IDisposable