FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FlexPaginator Class / Pages Property

In This Topic
    Pages Property (FlexPaginator)
    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