Radzen has a feature that allows you to control which user role will see a particular page. For example, you can specify which role will have access to a specific page.
Can this feature be extended to other components, such as RadzenPanelMenu or RadzenButton?
You can use Visible property like this:
Visible="@(Security.IsInRole("Manager"))"
O.M.G. Turns out to be so simple, but I've done such schemes in two days, uff. Thank you.