ApplicationJumpTask.Arguments Property
Gets or sets the arguments passed to the application on startup.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
String | The arguments passed to the application on startup. The default is null. |
See Also