Spread for ASP.NET 12 Product Documentation
GroupingPolicy Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : GroupingPolicy Enumeration
Specifies a grouping policy to collapse or expand rows when grouping occurs in the Spread component.
Syntax
'Declaration
 
Public Enum GroupingPolicy 
   Inherits System.Enum
'Usage
 
Dim instance As GroupingPolicy
public enum GroupingPolicy : System.Enum 
Members
MemberDescription
CollapseAllSpread collapses all rows when the grouping action occurs.
ExpandAllSpread expands all rows when the grouping action occurs.
ExpandParentsSpread expands all parent rows and collapses just the lowest level when grouping occurs.
NotSetDoes not set the grouping policy, this is the default setting for the GroupingPolicy property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.Model.GroupingPolicy

See Also

Reference

FarPoint.Web.Spread.Model Namespace