FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / Cells Property

In This Topic
    Cells Property (FlexGrid)
    In This Topic
    Gets the GridPanel that contains the data cells in the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As GridPanel
    public GridPanel Cells {get;}
    See Also