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

In This Topic
    Pages Property (GridPaginator)
    In This Topic
    Gets the list of printed pages.
    Syntax
    'Declaration
     
    Protected ReadOnly Property Pages As List(Of FrameworkElement)
    protected List<FrameworkElement> Pages {get;}
    See Also