ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckListSelectedItemCollection Class / IsSynchronized Property

In This Topic
    IsSynchronized Property (C1CheckListSelectedItemCollection)
    In This Topic
    Gets a value indicating whether the C1CheckListSelectedItemCollection instance is synchronized.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSynchronized As Boolean
    public bool IsSynchronized {get;}
    See Also