c# - How to toggle visibilty of a Wizard Page of Devexpress XtraWizard control -


i have problem: using devexpress wizard control , want toggle visibility of wizardpage on basis of checkbox input.

problem:

if suppose checkbox checked wizard page x must visible while going , fro in wizard control else page should not visible.

what have tried:

  1. tried toggle visibility in selectedpagechanging event - didn't success
  2. tried add or remove page parent control - didn't success

please me out in this..

you could:

  1. handle selectedpagechanging event.
  2. check page property of event arguments page right before page show/hide.
    1. if true, set cancel property true.
    2. set selectedpage desired page, depending on checkbox a's state.

you optionally theck direction property see whether user navigating forward or backward.

general hint:

when dealing devexpress questions/issues, devexpress support center useful location ask questions or browse solutions.

even stack overflow cannot compete there speed , depths of anwsers (imho).

so if answer (or other answers) not satisfy need, recommend go support center , ask there advise.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -