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: 6.0.0
Syntax
C#
public string GetColTitle(
	HttpContext httpContext,
	IRGDataContext context
)

Parameters

httpContext
Type: Microsoft.AspNetCore.HttpHttpContext
The HTTP context.
context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.

Return Value

Type: String
The Title.
See Also