RecroGridRGEntityGetGroupTitle Method

Gets the title of the Tab.Group.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.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

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RecroGrid.RGEntity.GetGroupTitle(System.Int32,System.Int32,Microsoft.AspNetCore.Http.HttpContext)"]

See Also