ComponentOne Basic Library for WPF and Silverlight
UpdateSourceCollection Property (C1TabControl)


C1.WPF Namespace > C1TabControl Class : UpdateSourceCollection Property
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
'Usage
 
Dim instance As C1TabControl
Dim value As System.Boolean
 
instance.UpdateSourceCollection = value
 
value = instance.UpdateSourceCollection
public System.bool UpdateSourceCollection {get; set;}
See Also

Reference

C1TabControl Class
C1TabControl Members