Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / AutoGenerateColumns Property


In This Topic
    AutoGenerateColumns Property (GcComboBox)
    In This Topic
    Gets or sets a value indicating whether auto generate columns. This is a dependency property.
    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

    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.
    See Also