Click or drag to resize

PFGridViewHtmlHelperTPFBaseObjectGetGroupHtml 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 abstract Tuple<Html, HtmlBuilder> GetGroupHtml(
	PFGroupedObjects group,
	string parentId,
	long index,
	int level,
	long itemsCount
)

Parameters

group
Type: Packflow.CorePFGroupedObjects
parentId
Type: SystemString
index
Type: SystemInt64
level
Type: SystemInt32
itemsCount
Type: SystemInt64

Return Value

Type: TupleHtml, HtmlBuilder
See Also