xmlns:Util="clr-namespace:Sandstorm.Documents.FlexBlockBookings.Util
<RadioButton Name="rbPriceByActivity"
Content="By Activity"
Command="{Binding Path=BBChangePricingCommand}"
CommandParameter="{x:static Util:PricingOptions.ByActivity}"/>
12 years ago
1 comment:
How do you set up the command code to receive the commandparameter? I have commands working beautifully, but they don't accept parameters.
Post a Comment