MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / IsSynchronizedWithCurrentItem Property

In This Topic
    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