Click or drag to resize

PFGridViewHtmlHelper_Objects.GetGroupHtml Method

Generates a group's HTML.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected override Tuple<Html, HtmlBuilder> GetGroupHtml(
	PFGroupedObjects group,
	string parentId,
	long index,
	int level,
	long itemsCount
)

Parameters

group
Type: Packflow.Core.PFGroupedObjects
parentId
Type: System.String
index
Type: System.Int64
level
Type: System.Int32
itemsCount
Type: System.Int64

Return Value

Type: Tuple<Html, HtmlBuilder>
See Also