Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / EnableGroupFooter Property


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