RecroGridRGEntityGetTabTitle Method

Gets the title of the Tab.

Definition

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

Parameters

tabIdx  Int32
The index of tab.
httpContext  HttpContext
The HTTP context.

Return Value

String

See Also