Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / GroupFooterVisible Property


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