How should I style the RadMenuItem to get a radio button icon instead of the "check mark" icon.
I want some of my menu items to act as mutually exclusive checkable menu items so I want them to display a radio button.
Hello, Yana.
I understand that, but I was wondering if there's a convenient way to change the check mark into something else.
Anyway, I've managed to solve my issue by inheriting the RadMenuItem class to a new class that implements custom logic which makes use of the Icon property.