ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / GetPageCompletedEventArgs Class / Pages Property

In This Topic
    Pages Property
    In This Topic
    Returns list of generated pages.
    Syntax
    'Declaration
     
    
    Public Property Pages As List(Of FrameworkElement)
    public List<FrameworkElement> Pages {get; set;}
    See Also