IsSynchronizedWithCurrentItem Property
In This Topic
Gets or sets a value that indicates whether a Selector should keep the SelectedItem synchronized with the current item in the Items property.
Syntax
'Declaration
Public Property IsSynchronizedWithCurrentItem As Boolean
public bool IsSynchronizedWithCurrentItem {get; set;}
See Also