ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TabControl 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 Boolean
    'Usage
     
    
    Dim instance As C1TabControl
    Dim value As Boolean
     
    instance.UpdateSourceCollection = value
     
    value = instance.UpdateSourceCollection
    public bool UpdateSourceCollection {get; set;}
    public:
    property bool UpdateSourceCollection {
       bool get();
       void set (    bool value);
    }
    See Also