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; }
Public Property IsSynced As Boolean
Get
Set
public:
property bool IsSynced {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if this instance is synced; otherwise,
false.
See Also