# BlackboardRow(VisualElement, VisualElement)

> Constructs a BlackboardRow from a VisualElement and its associated property view. The VisualElement is usually a BlackboardField.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.3/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public BlackboardRow(VisualElement item, VisualElement propertyView)
```

### Parameters

**** (\[VisualElement]\(/engine/6000.3/script-reference/unityengine/uielements/visualelement)): The item that fills the content of this BlackboardRow.**** (\[VisualElement]\(/engine/6000.3/script-reference/unityengine/uielements/visualelement)): The property view related to the content of this BlackboardRow.
