[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AutoGenerateColumns

AutoGenerateColumns Property

AutoGenerateColumns

Gets or sets a value indicating whether auto generate columns. This is a dependency property.

Declaration
public bool AutoGenerateColumns { get; set; }
Public Property AutoGenerateColumns As Boolean
Property Value
Type Description
bool

true if auto generate columns; otherwise, false. The default value is true.

Remarks

Auto generated ListColumn will be added into current ListColumns. If AutoGenerateColumns value is changed from true to false, the auto generated ListColumns will be removed.