Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CommandBarInfo Class / Visible Property
Example


In This Topic
    Visible Property (CommandBarInfo)
    In This Topic
    Gets or sets whether the Spread component displays the command bar.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    'Usage
     
    Dim instance As CommandBarInfo
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}

    Property Value

    Boolean: true, if the command bar is displayed; otherwise, false
    Example
    This example shows the setting of several command bar properties.
    See Also