Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TabControl Class / UpdateSourceCollection Property

In This Topic
    UpdateSourceCollection Property (C1TabControl)
    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
    public bool UpdateSourceCollection {get; set;}
    See Also