Gets or sets a value that determines whether the control should synchronize the selection with the selection in the ItemsSource property.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also