Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / MultiColumnEditor Class / ShowButton Property


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