FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GroupPanelStyles Class / SetStyle Method
Style.
Style name.

In This Topic
    SetStyle Method (GroupPanelStyles)
    In This Topic
    Set existing style or add new.
    Syntax
    'Declaration
     
    
    Protected Sub SetStyle( _
       ByVal value As Style, _
       ByVal name As String _
    ) 
    protected void SetStyle( 
       Style value,
       string name
    )

    Parameters

    value
    Style.
    name
    Style name.
    See Also