Hi,
I have a component/page on which I use the Radzen Tab Control. When using the WYSIWYG editor in Blazor Studio, I have to change the property "SelectedIndex" in order to edit the content of the different tabs.
However, in my app, I have a binding of this property to a property called CurrentTabIndex, so in the property gird of the designer, I have @CurrentTabIndex as the value of "SelectedIndex" property.
It would be great if there is a way to change properties at designtime but that do apply to the actual code.
So e.g. in order to change the contents in tab 2 I have to replace @CurrentTabIndex with "1" and then, after finishing, I have revert this change (and may forget it!).
Is there any way to make the design time experience in such a case better?
Thanks a lot for the otherwise really great tool (I just moved from Radzen Studio to Blazor Studio)!