[This is preliminary documentation and is subject to change.]
Gets or sets a comma-separated list of column headers for the
choice grid in this lookup control.
| C# |
public string ColumnHeaders { get; set; }
If fewer than the maximum number of columns are specified in the
list, the remaining columns are hidden. This property is set to null if
SetAutoHeaders is set true. If you set a non empty value in
here, then SetAutoHeaders is set false.