Column Captions

Friendly Name Column Captions
API Name ColumnCaptionList
Type List of Strings as (Column0Caption Column1Caption ...)
Restrictions  
Get Function   (dcl-Control-GetColumnCaptionList <CONTROL>)
Set Function   (dcl-Control-SetColumnCaptionList <CONTROL> NewValue [as List of Strings])
Applies To Grid

This property contains a list of column heading caption text for each column.

In AutoLISP this property is a list of strings, for example ("Item0" "Item1" "Item2"). In OpenDCL Studio's property pane, enter the same items as one string with values separated by vertical bar (|) characters, for example Item0|Item1|Item2.