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

JumpListCategory(String) Constructor

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

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public JumpListCategory(
    string caption
)

Parameters

Name Type Description
caption String

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

See Also