Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Wizard Attached Properties

A control for creating multi-page dialogs that guide end-users through a specific process (e.g., product installation).
Name Description
IsButtonBack static Gets or sets a value that indicates whether the Back command should be executed when clicking the button. This is an attached property. This is a dependency property.
IsButtonCancel static Gets or sets a value that indicates whether the Cancel command should be executed when clicking the button. This is an attached property. This is a dependency property.
IsButtonFinish static Gets or sets a value that indicates whether the Finish command should be executed when clicking the button. This is an attached property. This is a dependency property.
IsButtonNext static Gets or sets a value that indicates whether the Next command should be executed when clicking the button. This is an attached property. This is a dependency property.
See Also