Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The support for providing a property to determine whether we performed the right-click or click must be created in the event argument of "OnClick" event. If it is a right-click, the argument value is passed as true; otherwise, it is false. This can be achieved by adding the new property "IsRightClick" in the event argument of the "OnClick" event in the TreeMap component.