OneWayBindung to Childcomponent via RadzenPanelMenuItem

Dear all,

is it possible to "one way bind" a string from parent component to "childcomponent" where the childcomponent is triggered via

RadzenPanelMenuItem Text="@example.Name" Path="@example.Path" Icon="@example.Icon" />

For example:

Parent:

RadzenPanelMenuItem Name="@Name" Text="@example.Name" Path="@example.Path" Icon="@example.Icon" />

private string Name {get;set;}

Child:

[Parameter]
public string Name {get;set;}

I am afraid I don't understand the question.

By the way this forum supports markdown. You can add code blocks by wrapping them with ``` (triple ticks).