Click or drag to resize

PFPlugin_ViewCustomizeGroupTitle Method

Override this method to customize the title of a group being displayed in the specified view.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual Html CustomizeGroupTitle(
	PFView view,
	Html defaultValue,
	PFField groupField,
	PFQuery executedQuery,
	Object identification = null,
	Dictionary<string, Object> referenceValues = null
)

Parameters

view
Type: Packflow.CorePFView
The view.
defaultValue
Type: MicaSystems.UtilsHtml
The default value.
groupField
Type: Packflow.CorePFField
The group field.
executedQuery
Type: Packflow.CorePFQuery
The executed query.
identification (Optional)
Type: SystemObject
The identification.
referenceValues (Optional)
Type: System.Collections.GenericDictionaryString, Object
The reference values.

Return Value

Type: Html
String: the new title
See Also