RecroGridRGPropertyGetColTitle Method

The column header displayed in List view and the field name displayed in Form view. The column name is taken from the ColTitle property, if it is not specified, then RGF generates it from the Alias.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public string GetColTitle(
	HttpContext httpContext,
	IRGDataContext context
)

Parameters

httpContext  HttpContext
The HTTP context.
context  IRGDataContext
The context.

Return Value

String
The Title.

See Also