Wizard for ASP.NET WebForms
AutoPlay Feature
Appearance and Behavior > AutoPlay Feature

You can set up the C1Wizard control to automatically transition through page views by setting the AutoPlay property to True. By default, there will be a 3,000 millisecond (3 second) delay between automatic page transitions, but you can adjust this by setting the Delay property. The pages will stop autoplaying at on the last page of the C1Wizard unless the Loop property is set to True; when Loop is set to True, the control will transition back to the first page and repeat the autoplay process.

See Also