BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<Window.Resources> <local:ViewModel x:Key="viewmodel" /> <local:CustomRowStyleMultiValueConverter x:Key="CustomRowStyleMultiValueConverter" /> <Style x:Key="stylecolor" TargetType="Syncfusion:VirtualizingCellsControl"> <Setter Property="Background"> <Setter.Value> <MultiBinding Converter="{StaticResource CustomRowStyleMultiValueConverter}"> <Binding Path="IsChecked" /> <Binding RelativeSource="{RelativeSource Self}" /> </MultiBinding> </Setter.Value> </Setter> </Style> </Window.Resources> |
Dear Balamurugan,
thank you very much for your very precious help!
MultiBinding was exactly what I needed.
Silvio Scattaglia