Click or drag to resize

PFViewCustomizeGroupsBeforeRendering Method

Customizes the groups list before rendering in the gridview.

Note: it is NOT recommended to customize the list in a view with paging as it could provide the user with unexpected results. Moreover if the paging is enabled and a next page is available, the items list will contain an extra-item at the end.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual IEnumerable<PFGroupedObjects> CustomizeGroupsBeforeRendering(
	PFQuery query,
	List<PFGroupedObjects> groups
)

Parameters

query
Type: Packflow.CorePFQuery
groups
Type: System.Collections.GenericListPFGroupedObjects

Return Value

Type: IEnumerablePFGroupedObjects
See Also