TreeView for WinForms | ComponentOne
C1.Win.TreeView 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
     
    
    <C1DescriptionAttribute("C1CheckListSelectedItemCollection.IsSynchronized", "Gets a value indicating whether the C1CheckListSelectedItemCollection instance is synchronized.")>
    Public ReadOnly Property IsSynchronized As Boolean
    [C1Description("C1CheckListSelectedItemCollection.IsSynchronized", "Gets a value indicating whether the C1CheckListSelectedItemCollection instance is synchronized.")]
    public bool IsSynchronized {get;}
    See Also