Back to Devexpress

WinApplication.IgnoreUserModelDiffs Property

expressappframework-devexpress-dot-expressapp-dot-win-dot-winapplication-317b484c.md

latest1.8 KB
Original Source

WinApplication.IgnoreUserModelDiffs Property

Specifies if the user model differences are ignored.

Namespace : DevExpress.ExpressApp.Win

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

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
[Browsable(false)]
public bool IgnoreUserModelDiffs { get; set; }
vb
<Browsable(False)>
Public Property IgnoreUserModelDiffs As Boolean

Property Value

TypeDescription
Boolean

true , if the user model differences are ignored, otherwise - false.

|

Remarks

This property is set to false by default. You can pass the “-IgnoreUserModelDiffs” command line argument, when running a Windows Forms application, and this property will be set to true when instantiating the WinApplication. When set to true , runtime customizations are saved to the previous writable difference storage (Model.xafml, by default).

See Also

WinApplication Class

WinApplication Members

DevExpress.ExpressApp.Win Namespace