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