[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.GroupingPolicy

GroupingPolicy Enum

Specifies a grouping policy to collapse or expand rows when grouping occurs in the Spread component.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum GroupingPolicy
Public Enum GroupingPolicy

Fields

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.