Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MultiColumnComboBoxCellType Class / ShowButton Property
Example


In This Topic
    ShowButton Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets whether to display the button.
    Syntax
    'Declaration
     
    
    Public Property ShowButton As Boolean
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Boolean
     
    instance.ShowButton = value
     
    value = instance.ShowButton
    public bool ShowButton {get; set;}

    Property Value

    Boolean: true to display the button; false otherwise
    Example
    This example sets up the multi column combobox.
    See Also