<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / C1FlexGrid Class / IsSynchronizedWithCurrentItem Property

In This Topic
    IsSynchronizedWithCurrentItem Property (C1FlexGrid)
    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