FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GroupPanelStyles Class / Common Property

In This Topic
    Common Property (GroupPanelStyles)
    In This Topic
    Gets or sets GroupPanelCommonStyle contains display attributes that determine the appearance of C1FlexGridGroupPanel control on the screen.
    Syntax
    'Declaration
     
    
    Public Property Common As GroupPanelCommonStyle
    public GroupPanelCommonStyle Common {get; set;}
    See Also