This question is locked. New answers and comments are not allowed.
Hello,
We try to use the ParagraphImageMenuItemViewMode from the RadMenu sample (Customization -> Integration).
This works really fine. Just have to srt up the design.
Now the point where I need some help.
We want to databind for example the Title property (for localization purposes).
But that's not possible.
As far as I know I have to use a DependencyProperty for the desired property.
What is the best way to implement this?
I really appreciate the way you are helping us.
Thanks and best regards
Robin
We try to use the ParagraphImageMenuItemViewMode from the RadMenu sample (Customization -> Integration).
This works really fine. Just have to srt up the design.
<local:ParagraphImageMenuItemViewMode Image="../Images/Menu/Integration_2.png" Title="Zooming and Scrolling" Summary="The Example demonstrates the built-in zooming and scrolling..." /> <local:ParagraphImageMenuItemViewMode Image="../Images/Menu/Integration_3.png" Title="Grouping and Aggregation" Summary="RadChart is now able to group and aggregate data..." />Now the point where I need some help.
We want to databind for example the Title property (for localization purposes).
But that's not possible.
As far as I know I have to use a DependencyProperty for the desired property.
What is the best way to implement this?
I really appreciate the way you are helping us.
Thanks and best regards
Robin