Hi,
I have a ribbon tab
<ribbon:Tab x:Class="RibbonTabAssetmanagement" x:Name="RibbonTabAssetmanagement"
with a couple of RibbonGroups and controls lilke Buttons in it.
How can I iterate through the controls of this tab (for instance to assign permissions) in MVVM?
Thank you in advance
Michael