RecroGridRGPropertyColTitle Property

The column header displayed in List view, and the field name displayed in Form view. The value can also be a RecroDict dictionary item, in which case it should be specified in the format <%%>Scope.StringId.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public string ColTitle { get; set; }

Property Value

String

Remarks

Instead of using "Get", it is suggested to use GetColTitle(HttpContext, IRGDataContext).

See Also