Click or drag to resize
ColumnCaption Property
Specifies the resource string used as the header for the column. Must begin and end with the $ character. Sample value: "$general.name$"

Namespace: CMS.UIControls.UniGridConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public string Caption { get; set; }

Property Value

Type: String
See Also