ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / AnnotationLayerViewModel Class / Items Property

In This Topic
    Items Property (AnnotationLayerViewModel)
    In This Topic
    Gets page items
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As IList(Of AnnotationItemViewModel)
    public IList<AnnotationItemViewModel> Items {get;}
    See Also