This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

IBindingExtensions.IsBound

Declaration

public static bool IsBound(Experimental.UIElements.IBindable control);

Parameters

control This Bindable object.

Returns

bool Returns true if this IBindable is bound to a property.

Description

Checks if a IBindable is bound to a property.