Wizard.GetIsButtonNext(DependencyObject) Method
Gets the value of the Wizard.IsButtonNext attached property for the specified object.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | An object whose Wizard.IsButtonNext attached property’s value is to be returned. |
Returns
Type | Description |
---|---|
Boolean | The value of the Wizard.IsButtonNext 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