MapperKernelIsGroupingColumns Method |
Determine if column grouping is specified for this list. Note that even if grouping
is specified, it is possible that we will end up NOT adding a grouper header due to
various factors (e.g. user having hidden all grouped cells).
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool IsGroupingColumns(
bool list,
Fields flds
)
Protected Function IsGroupingColumns (
list As Boolean,
flds As Fields
) As Boolean
Parameters
- list
- Type: SystemBoolean
Not used at this time. - flds
- Type: NetQuarry.DataFields
The optional collection of fields from which to group. If null, all fields are used.
Return Value
Type:
BooleanTrue if column grouping is specified for this list, else False.
See Also