Click or drag to resize

DataStoreVirtualCollectionTIsSynchronized Property

Gets a value indicating whether this instance is synchronized.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean
true if this instance is synchronized; otherwise, false.

Implements

ICollectionIsSynchronized
See Also