ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AnnotationBase Class / IsVisible Property

In This Topic
    IsVisible Property (AnnotationBase)
    In This Topic
    Gets or sets the visibility of the annotation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsVisible As Boolean
    [DefaultValue(true)]
    public bool IsVisible {get; set;}
    See Also