Class GroupingExtensions
Inheritance
System.Object
GroupingExtensions
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public static class GroupingExtensions : Object
Methods
CollapseAll(Group)
Collapses all groups.
Declaration
public static void CollapseAll(this Group group)
Parameters
Type | Name | Description |
---|---|---|
Group | group | The group. |
CollapseAllAtLevel(Group, Int32)
Collapses all groups at the specified level.
Declaration
public static void CollapseAllAtLevel(this Group group, int level)
Parameters
Type | Name | Description |
---|---|---|
Group | group | The group. |
System.Int32 | level | The level. |
ExpandAll(Group)
Expands all groups.
Declaration
public static void ExpandAll(this Group group)
Parameters
Type | Name | Description |
---|---|---|
Group | group | The group. |
ExpandAllAtLevel(Group, Int32)
Expands all groups at the specified level.
Declaration
public static void ExpandAllAtLevel(this Group group, int level)
Parameters
Type | Name | Description |
---|---|---|
Group | group | The group. |
System.Int32 | level | The level. |
GetTopLevelGroup(NodeEntry)
Gets the top level group.
Declaration
public static TopLevelGroup GetTopLevelGroup(this NodeEntry entry)
Parameters
Type | Name | Description |
---|---|---|
NodeEntry | entry | The entry. |
Returns
Type |
---|
TopLevelGroup |
SetDirty(List<Group>)
Sets the given collection of groups as dirty.
Declaration
public static void SetDirty(this List<Group> groups)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Group> | groups | The collection of groups to be set as dirty. |