Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IGroupSupport Interface / EnableGroupFooter Property


In This Topic
    EnableGroupFooter Property (IGroupSupport)
    In This Topic
    Gets or sets whether the group model has a group footer.
    Syntax
    'Declaration
     
    
    Property EnableGroupFooter As Boolean
    'Usage
     
    
    Dim instance As IGroupSupport
    Dim value As Boolean
     
    instance.EnableGroupFooter = value
     
    value = instance.EnableGroupFooter
    bool EnableGroupFooter {get; set;}
    See Also