Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
575
Can we have MenuTool inside MenuTool? I did that the bind doesn't seems to work for the Child MenuTool.
posted

Can we have MenuTool inside MenuTool?

 I did that but the bind doesn't seems to work for the Child MenuTool ButtonTools.Is it the right approach

or is there any better approach for this.

 

 

 

 

 

 

 

 

 

<igRibbon:MenuTool Caption="Contract Services" igRibbon:RibbonGroup.MaximumSize="ImageAndTextLarge" LargeImage

="..\Resources\Images\GridView.png">

 

 

<igRibbon:MenuTool Caption

="Pipeline">

 

 

<igRibbon:ButtonTool Caption="Application/Pipeline XRef" Command="{Binding Path=DataContext.LoadViewCommand}" CommandParameter

="PipelineXRefListView" />

 

 

<igRibbon:ButtonTool Caption="Pipeline" Command="{Binding Path=DataContext.LoadViewCommand}" CommandParameter

="PipelineListView" />

 

 

<igRibbon:ButtonTool Caption="Pipeline Category" Command="{Binding Path=DataContext.LoadViewCommand}" CommandParameter

="PipelineCategoryListView" />

 

 

<igRibbon:ButtonTool Caption="Pipeline XRef Application" Command="{Binding Path=LoadViewCommand}" CommandParameter

="PipelineXrefAppListView" />

 

 

<igRibbon:ButtonTool Caption="Pipeline Logo" Command="{Binding Path=DataContext.LoadViewCommand}" CommandParameter

="PipelineLogoListView" />

 

 

</igRibbon:MenuTool

>

</igRibbon:MenuTool

>