Skip to main content

JumpListCategory(String) Constructor

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

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

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

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