-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Having an odd issue where I am attempting to toggle the enabled state of the back button when pages are shown but it doesn't seem to work. The back button is always enabled. The next button toggles just fine though.
// This works
this.advancedWizardControl.NextButtonEnabled = false;
// This does nothing.
this.advancedWizardControl.BackButtonEnabled = false;
Clarification Edit:
When a given page is shown, I set the backButtonEnabled setting to false. I am attempting to disable the Back and/or Next button depending on what options the user has selected.
ahmedhabib690
Metadata
Metadata
Assignees
Labels
No labels