Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
340
How to get selected color Name using XAM color Picker?
posted

Hi,

We are using XAM Color Picker and we bind property like   <ig:XamColorPicker x:Name="MyColorPicker" Grid.Row="1" Grid.Column="1"  DerivedPalettesCount="10" HorizontalAlignment="Left"  Width="100" Height="30" SelectedColor="{Binding Path= CalendarEventPropertyModel.CaleventPropertyCode, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" ShowRecentColorsPalette="False">
                                                        </ig:XamColorPicker>

when we get the selected color value, we are only getting the color code but along with that we want to get selected color Name.

Please let us ware how to achieve this. Your help would be appreciate.

Thanks.