Wizard.SetIsButtonNext(DependencyObject, Boolean) Method
Sets the value of the Wizard.IsButtonNext attached property to a specified DependencyObject.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v19.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | The object to which the attached property is written. |
value | Boolean | The required bool value. |
Remarks
The Wizard.IsButtonBack, Wizard.IsButtonCancel, Wizard.IsButtonNext and Wizard.IsButtonFinish properties are used to create custom buttons.
See Also