Skip to main content

JumpListItemTask(String) Constructor

Initializes a new instance of the JumpListItemTask class with the specified settings.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public JumpListItemTask(
    string caption
)

Parameters

Name Type Description
caption String

A string value that is used to initialize the JumpListItemTask.Caption property.

See Also