Skip to main content
A newer version of this page is available. .

Wizard.SetIsButtonBack(DependencyObject, Boolean) Method

Sets the value of the Wizard.IsButtonBack attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public static void SetIsButtonBack(
    DependencyObject obj,
    bool value
)

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