Wizard.SetIsButtonCancel(DependencyObject, Boolean) Method
Sets the value of the Wizard.IsButtonCancel attached property to a specified DependencyObject.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
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