Skip to main content
.NET 6.0+

WinApplication.IgnoreUserModelDiffsArgName Field

A string specifying the command line argument which prohibits saving the user differences. When this argument is passed, the WinApplication.IgnoreUserModelDiffs property is set to true.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public const string IgnoreUserModelDiffsArgName = "-IgnoreUserModelDiffs"

Field Value

Type
String
See Also