IsSynchronizedWithCurrentItem Property
In This Topic
Gets or sets a value that determines whether the control should synchronize the selection with the selection in the
ItemsSource property.
Syntax
'Declaration
Public Property IsSynchronizedWithCurrentItem As Boolean
public bool IsSynchronizedWithCurrentItem {get; set;}
See Also