Skip to main content

ApplicationJumpTask.Clone() Method

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

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.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