Gets or sets whether changes in the order of the items are written to Items or ItemsSource.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool UpdateSourceCollection { get; set; }
Visual Basic
Public Property UpdateSourceCollection As Boolean
	Get
	Set

See Also