RecroGridRGEntityGetGroupTitle Method

Gets the title of the Tab.Group.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public string GetGroupTitle(
	int tabIdx,
	int groupIdx,
	HttpContext httpContext
)

Parameters

tabIdx  Int32
The index of Tab.
groupIdx  Int32
The index of Group.
httpContext  HttpContext
The HTTP context.

Return Value

String

See Also