Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupFooter Class / StyleManager Property


In This Topic
    StyleManager Property
    In This Topic
    Gets footer style manager
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StyleManager As IGroupFooterStyleSupport
    'Usage
     
    
    Dim instance As GroupFooter
    Dim value As IGroupFooterStyleSupport
     
    value = instance.StyleManager
    public IGroupFooterStyleSupport StyleManager {get;}
    See Also