'Declaration Public Enum GroupByEvaluationMode Inherits System.Enum
public enum GroupByEvaluationMode : System.Enum
Member | Description |
---|---|
Auto | Grouping operation is done internally by the data presenter. |
Default | Default is resolved to Auto. |
UseCollectionView | If 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. |
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