Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

IBindingExtensions.IsBound

Declaration

public static bool IsBound(UIElements.IBindable control);

Parameters

control This Bindable object.

Returns

bool True if this IBindable is bound to a property.

Description

Checks if a IBindable is bound to a property.