Version: 2023.2
LanguageEnglish
  • C#

BindingContext

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Context object containing the necessary information to resolve a binding.

Properties

bindingId The binding ID of the element to bind.
dataSource The data source that was resolved for a given binding.
dataSourcePath The resolved path to the value in the source, including relative data source paths found in the hierarchy between the target and to the resolved source owner.
targetElement The target element of the binding.