Wizard.GetIsButtonBack(DependencyObject) Method
Gets the value of the Wizard.IsButtonBack attached property for the specified object.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v19.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | An object whose Wizard.IsButtonBack attached property’s value is to be returned. |
Returns
Type | Description |
---|---|
Boolean | The value of the Wizard.IsButtonBack attached property for the specified object. |
Remarks
The Wizard.IsButtonBack, Wizard.IsButtonCancel, Wizard.IsButtonNext and Wizard.IsButtonFinish properties are used to create custom buttons.
See Also