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; }
Public ReadOnly Property IsSynchronized As Boolean
Get
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get
Property Value
Type:
Booleantrue if this instance is synchronized; otherwise,
false.
Implements
ICollectionIsSynchronizedSee Also