Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / AutoGenerateColumns Property


In This Topic
    AutoGenerateColumns Property (GcComboBox)
    In This Topic
    Gets or sets a value indicating whether columns are created automatically when the DataSource or DataMember is set.
    Syntax
    'Declaration
     
    
    Public Property AutoGenerateColumns As Boolean
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.AutoGenerateColumns = value
     
    value = instance.AutoGenerateColumns
    public bool AutoGenerateColumns {get; set;}

    Property Value

    Abool value, true if the columns should be created automatically; otherwise,false .
    The default is true.
    Remarks
    When user binds a source to the DataMember, the drop-down list of this control can auto generate columns according the data source.
    See Also