Click or drag to resize

PFViewCustomizeGroupTitle Method (Html, PFField, Object, DictionaryString, Object)

Customizes the title of a group being displayed in the view.

By default, returns "{GroupFieldDisplay} : {defaultValue}".

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 Html CustomizeGroupTitle(
	Html defaultValue,
	PFField groupField,
	Object identification = null,
	Dictionary<string, Object> referenceValues = null
)

Parameters

defaultValue
Type: MicaSystems.UtilsHtml
The default title.
groupField
Type: Packflow.CorePFField
The grouped field.
identification (Optional)
Type: SystemObject
Helps to identify the value. For a choice or field it will contain an id, for a group "G" + its id, etc.
referenceValues (Optional)
Type: System.Collections.GenericDictionaryString, Object
Contains other values referenced by the group. See more details on the ReferenceSelectedFieldsNames and ReferenceOrderFieldName properties of the PFQueryGroup class.

Return Value

Type: Html
String: the new title
See Also