Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / UseMultipleColumn Property


In This Topic
    UseMultipleColumn Property (GcListBox)
    In This Topic
    Gets or sets a value indicating whether use grid to show data. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property UseMultipleColumn As Boolean
    'Usage
     
    Dim instance As GcListBox
    Dim value As Boolean
     
    instance.UseMultipleColumn = value
     
    value = instance.UseMultipleColumn
    public bool UseMultipleColumn {get; set;}

    Property Value

    true if use grid to show data; otherwise, false. The default is true.
    See Also