Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MenuItem Class / Visible Property


In This Topic
    Visible Property (MenuItem)
    In This Topic
    Gets or sets a value that indicates whether this MenuItem is visible.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    'Usage
     
    
    Dim instance As MenuItem
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}

    Property Value

    true if visible; otherwise, false.
    See Also