Version

GroupByEvaluationMode Enumeration

Enum for specifying FieldLayoutSettings.GroupByEvaluationMode property.
Syntax
'Declaration
 
Public Enum GroupByEvaluationMode 
   Inherits System.Enum
public enum GroupByEvaluationMode : System.Enum 
Members
MemberDescription
AutoGrouping operation is done internally by the data presenter.
DefaultDefault is resolved to Auto.
UseCollectionViewIf the underlying data source is ICollectionView, the data presenter will utilize the ICollectionView's GroupDescriptions property to perform the grouping operation. The data presenter will manipulate the GroupDescriptions property to reflect the group-by fields in the FieldLayout's FieldLayout.SortedFields collection. The data presenter will also synchronize its SortedFields to reflect the group-by fields in the ICollectionView's GroupDescriptions property, however only for the root field-layout.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also