    

 ## On this page

  

 

 # Interface IHasParent&lt;T\\&gt;

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public interface IHasParent<T>

```

#### Type Parameters

`T`

## Properties

### Parent

```csharp
T Parent { get; }

```

#### Property Value

T