Wizard for ASP.NET WebForms
Navigation Buttons
Appearance and Behavior > Navigation Buttons

C1Wizard has two navigation types, Common and Edge. The Common style presents as a 'back' and a 'next' button, while the Edge style presents as a back arrow on the left side of the control and a next arrow on the right side of the control.

The table below compares the available navigation styles.

Common Style

Edge Style

The navigation type is set by the NavButtons property. You can set the NavButtons property to the two aforementioned styles, Common or Edge, or you can choose to set the property to Auto or None. Auto will force the control to choose which style is better according to the height and width of the control, and None will remove the navigation entirely so that you can use a custom form of navigation. This control works well in conjunction with Studio for Wijmo's C1Pager control.  

See Also