RecroGridRGEntityGetTabTitle Method

Gets the title of the Tab.

Definition

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

Parameters

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

Return Value

String

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

See Also