Spread for ASP.NET 12 Product Documentation
EnableGroupFooter Property (GroupDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > GroupDataModel Class : EnableGroupFooter Property
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

Reference

GroupDataModel Class
GroupDataModel Members