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

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