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

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

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

Declaration

public static bool GetIsButtonNext(
    DependencyObject obj
)

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