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

JumpListItemTask(String) Constructor

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

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.2.dll

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