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

ApplicationJumpTask.Clone() Method

Creates a new ApplicationJumpTask object that is a copy of the current instance.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ApplicationJumpTask Clone()

Returns

Type Description
ApplicationJumpTask

A new ApplicationJumpTask object that is a copy of the current instance.

See Also