This question is locked. New answers and comments are not allowed.
Hi,
Based on some condition in code behind(.cs file) I want to prevent or not prevent spreadsheet to open the file dialog.
I'm using the following code in XAML
<controls:GodRadRibbonBackstageItem Header="Open"
CloseOnClick="True"
Icon="{telerik:IconResource IconRelativePath=16/open.png, IconSources={StaticResource IconPaths}}"
Command="{Binding Path=OpenFile.Command}"
IsEnabled="{Binding Path=OpenFile.IsEnabled}"
IsSelectable="False" />
Thanks,
sai
Based on some condition in code behind(.cs file) I want to prevent or not prevent spreadsheet to open the file dialog.
I'm using the following code in XAML
<controls:GodRadRibbonBackstageItem Header="Open"
CloseOnClick="True"
Icon="{telerik:IconResource IconRelativePath=16/open.png, IconSources={StaticResource IconPaths}}"
Command="{Binding Path=OpenFile.Command}"
IsEnabled="{Binding Path=OpenFile.IsEnabled}"
IsSelectable="False" />
Thanks,
sai
