Click or drag to resize

MapperGroupingAttrs Enumeration

Attributes specifying how mapper grouping should be performed. Grouping can also be controlled at the IField level using FieldGroupingAttrs. See the Customize Datasheet Grouping wiki article for more information.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum MapperGroupingAttrs
Members
  Member nameValueDescription
GroupOnRawValue1The record grouping should be based on the grouper field's raw value. The caption will be based on it's DisplayText. Relevant when grouper field has a picklist.
AppendGroupNumber2Append the sequential group number (1-based) to the group caption.
NoItemCount4Do not include the item count in the grouper caption.
See Also