ComponentOne TileView for WPF and Silverlight
C1.Silverlight.TileView Namespace / C1TileView Class / UpdateSourceCollection Property


In This Topic
    UpdateSourceCollection Property (C1TileView)
    In This Topic
    Gets or sets whether changes in the order of the items are written to Items or ItemsSource.
    Syntax
    'Declaration
     
    
    Public Property UpdateSourceCollection As Boolean
    'Usage
     
    
    Dim instance As C1TileView
    Dim value As Boolean
     
    instance.UpdateSourceCollection = value
     
    value = instance.UpdateSourceCollection
    public bool UpdateSourceCollection {get; set;}
    See Also