Click or drag to resize

SyncTreeViewItemIsSynced Property

Gets or sets a value indicating whether this instance is synced.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public bool IsSynced { get; set; }

Property Value

Type: Boolean
true if this instance is synced; otherwise, false.
See Also