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

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

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

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