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


In This Topic
    Visible Property (ColumnFooter)
    In This Topic
    Gets or sets whether the column footer is visible.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    'Usage
     
    
    Dim instance As ColumnFooter
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}

    Property Value

    Boolean: true if displayed; false otherwise
    Example
    This example sets up the column footer for the Spread to display different aggregate types.
    See Also