IsSynchronized Property (C1CheckListItemCollection)
In This Topic
Gets a value indicating whether the
C1CheckListItemCollection instance is synchronized.
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckListItemCollection.IsSynchronized", "Gets a value indicating whether the C1CheckListItemCollection instance is synchronized.")>
Public ReadOnly Property IsSynchronized As Boolean
[C1Description("C1CheckListItemCollection.IsSynchronized", "Gets a value indicating whether the C1CheckListItemCollection instance is synchronized.")]
public bool IsSynchronized {get;}
See Also