Click or drag to resize

RecroGridRGPropertyGetColTitle Method

A List nézetben megjelenő oszlop fejléce, illetve a Form nézetben megjelenő mező neve. Az oszlop megnevezése a ColTitle tulajdonságból, ha az nincsen megadva, akkor a RecroGrid generál a Alias-ból.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public string GetColTitle(
	HttpContext httpContext,
	IRGDataContext context
)

Parameters

httpContext
Type: System.WebHttpContext
The HTTP context.
context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.

Return Value

Type: String
The Title.
See Also