[]
Specifies a grouping policy to collapse or expand rows when grouping occurs in the Spread component.
public enum GroupingPolicy
Public Enum GroupingPolicy
| Name | Description |
|---|---|
| CollapseAll | Spread collapses all rows when the grouping action occurs. |
| ExpandAll | Spread expands all rows when the grouping action occurs. |
| ExpandParents | Spread expands all parent rows and collapses just the lowest level when grouping occurs. |
| NotSet | Does not set the grouping policy, this is the default setting for the GroupingPolicy property. |