VisualElement.TryGetBinding

Declaration

public bool TryGetBinding(UIElements.BindingId bindingId, out UIElements.Binding binding);

Parameters

bindingId The binding ID.
binding When this method returns, contains the binding associated with the target property, if it exists; otherwise contains <see langword="null" />

Returns

bool true if the binding exists; false otherwise.

Description

Gets the binding instance for the provided targeted property.


Did you find this page useful? Please give it a rating: