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

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