Back to Devexpress

ApplicationJumpListService Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-applicationjumplistservice-dot-underscore-properties.md

latest4.5 KB
Original Source

ApplicationJumpListService Properties

Allows you to add your own items to the Window’s Jump Lists.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CommandLineArgumentPrefixGets or sets the prefix of the command line. This is a dependency property.
CustomLauncherPathGets or sets the path to the folder that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe.
DefaultLauncherStorageFolderGets or sets the path to the default launcher storage folder, that contains the DevExpress.Mvvm.UI.ApplicationJumpTaskLauncher.exe.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IconStorageGets or set the custom icons’ storage.
IconStorageFolderGets or sets the path to the default icons storage folder.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ItemsGets the collection of ApplicationJumpTask objects that are displayed in the Jump List.
ShowFrequentCategoryGets or sets a value that indicates whether frequently used items are displayed in the Jump List.
ShowRecentCategoryGets or sets a value that indicates whether recently used items are displayed in the Jump List.
UnregisterOnUnloadedGets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.

See Also

ApplicationJumpListService Class

ApplicationJumpListService Members

DevExpress.Mvvm.UI Namespace