Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Book Class / getItems Method

In This Topic
    getItems Method (C1Book)
    In This Topic
    Instead of Items property to get items in case of single page mode.
    Syntax
    'Declaration
     
    
    Public Function getItems() As IList(Of Object)
    public IList<object> getItems()
    See Also