Skip to main content

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public static bool GetIsButtonBack(
    DependencyObject obj
)

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