Posted 17 July 2018, 5:03 am EST
Hi everyone,
the following Command-Binding works as expected:
<c1:C1MenuItem Header="{DynamicResource StrImportFromFile}" Command="{Binding ReadCommand}" CommandParameter="FILE"/>
Command-Binding not working here:
<c1:C1MenuItem Command="{Binding ReadCommand}" CommandParameter="DB">
<c1:C1MenuItem.Header>
<TextBlock>
<Run Text="{DynamicResource StrDatabase}"/>
<Run Text="{DynamicResource StrPunctuation}"/>
</TextBlock>
</c1:C1MenuItem.Header>
</c1:C1MenuItem>
Thank you!