ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / UpdateSourceCollection Property

In This Topic
    UpdateSourceCollection Property
    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 System.Boolean
    public System.bool UpdateSourceCollection {get; set;}
    See Also