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: 8.0.0.24.0403.1
public string GetColTitle(
HttpContext httpContext,
IRGDataContext dataContext
)
- httpContext HttpContext
- The HTTP context.
- dataContext IRGDataContext
- The context.
StringThe Title.