FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.GroupPanel.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridGroupPanel Class / FlexGrid Property

In This Topic
    FlexGrid Property (C1FlexGridGroupPanel)
    In This Topic
    Gets or sets the C1FlexGrid that is connected to this C1FlexGridGroupPanel.
    Syntax
    'Declaration
     
    Public Property FlexGrid As C1FlexGrid
    public C1FlexGrid FlexGrid {get; set;}
    See Also