XPTaskPane

I need to be able to show and hide pages in an XPTaskPane based on the state of my application and cannot find a way to do this. Any ideas? Thanks!

1 Reply

AD Administrator Syncfusion Team July 29, 2005 04:45 PM UTC

Hi Mike, You could use the following code for this purpose : this.xpTaskPane1.WizardPages[0].Hide(); this.xpTaskPage1.Hide(); Let me know if this works for you. Regards, Guru Patwal Syncfusion, Inc.

Loader.
Up arrow icon