Hello,
I'm developing a new App using telerik wizard.
I'm currently exploring the possibility to add dynamic wizard pages, but i need to change the ButtonsVisibilityMode in the source code, i.e.,
<p>using xaml it would be like:</p><p></p><p>ButtonsVisibilityMode="Cancel,Next"</p>
Does anyone know how i can do this in c#?
I have tried:
<p> WizardPage wizardPage = new WizardPage()<br> {</p><p> ButtonsVisibilityMode = "Next, Cancel"</p><p>};</p>
But I'm getting the following error: cannot convert 'string' to WizardPageButtonsDisplayMode.
Can anyone help me?
Regards
