Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

JumpListItemSeparator Class

Represents the separator that separates tasks in the TaskbarAssistant.JumpListTasksCategory.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

public class JumpListItemSeparator :
    Component,
    IJumpListItem

#Remarks

You can separate tasks in the predefined Tasks category (see TaskbarAssistant.JumpListTasksCategory) with separators represented by the JumpListItemSeparator class. To create separators at design time, use the Jump List Editor, which can be opened by clicking the ellipsis button for the TaskbarAssistant.JumpListTasksCategory property in the Properties window.

JumpList_WindowsFormDesigner_JumpListEditorSeparatorEllipsisButton

In the following image, you can see a sample Jump List where tasks are delimited with a separator.

JumpList_SampleWithSeparator

#Implements

#Inheritance

See Also