私は 怒鳴るような答えを発見したDocumentPreviewControl
<dxp:DocumentPreviewControl Name="PrintPreview">
<dxp:DocumentPreviewControl.CommandProvider>
<dxp:DocumentCommandProvider>
<dxp:DocumentCommandProvider.RibbonActions>
<!--Customize Action-->
<dxb:UpdateAction ElementName="{x:Static dxpbars:DefaultPreviewBarItemNames.Print}"
Property="{x:Static dxb:BarItem.LargeGlyphProperty}"
Value="{dx:QualifiedImage Uri=../../../Images/Export.png}" />
<!--Remove Action-->
<!--<dxb:RemoveAction ElementName="{x:Static dxpbars:DefaultPreviewBarItemNames.FileGroup}"/>-->
<!--Add New Action-->
</dxp:DocumentCommandProvider.RibbonActions>
</dxp:DocumentCommandProvider>
</dxp:DocumentPreviewControl.CommandProvider>
</dxp:DocumentPreviewControl>
出典
2017-07-11 09:32:07
Amr
感謝マン..... – Amr