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

JumpListItemSeparator Class

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

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v18.2.dll

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