Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public static void SetIsButtonNext(
    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