Back to Devexpress

JumpListItemSeparator Class

windowsforms-devexpress-dot-utils-dot-taskbar-81123b98.md

latest2.7 KB
Original Source

JumpListItemSeparator Class

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

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class JumpListItemSeparator :
    Component,
    IJumpListItem
vb
Public Class JumpListItemSeparator
    Inherits Component
    Implements 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.

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

Implements

IJumpListItem

Inheritance

Object MarshalByRefObject Component JumpListItemSeparator

See Also

JumpListItemSeparator Members

JumpListItemTask

JumpListCategory

JumpListTasksCategory

JumpListCustomCategories

DevExpress.Utils.Taskbar Namespace