Map for WinForms | ComponentOne
C1.Win.Map Namespace / VirtualLayer Class / ItemsSource Property

In This Topic
    ItemsSource Property (VirtualLayer)
    In This Topic
    Gets or sets the current IMapVirtualSource for this virtual layer.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IMapVirtualSource
    public IMapVirtualSource ItemsSource {get; set;}
    See Also