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.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
public string GetColTitle(
	HttpContext httpContext,
	IRGDataContext context
)
- httpContext  HttpContext
 - The HTTP context.
 - context  IRGDataContext
 - The context.
 
StringThe Title.