windowsforms-devexpress-dot-utils-dot-taskbar-2752e2ab.md
Represents the collection of JumpListCategory objects.
Namespace : DevExpress.Utils.Taskbar
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class JumpListCategoryCollection :
Collection<JumpListCategory>,
IDisposable
Public Class JumpListCategoryCollection
Inherits Collection(Of JumpListCategory)
Implements IDisposable
The following members return JumpListCategoryCollection objects:
The JumpListCategoryCollection stores JumpListCategory objects. The TaskbarAssistant.JumpListCustomCategories property of the JumpListCategoryCollection type contains the Jump List custom categories. Use the Jump List Editor to manipulate Jump List categories and tasks.
Object Collection<JumpListCategory> JumpListCategoryCollection
See Also