Changes
* The Visibility of <AppBarButton x:Name="SaveButton" ... /> now adjusts according to setting "Content -> enable auto save mode". Nothing will be broken if your existing XAMLs are not updated. However, the saving behavior might not match what's described in [[Settings#Content|Content -> AutoSaveMode]].
=== UBIKPropertyArea /UBIKContentArea ===* The ItemsSource of <uc:SelectionBoundListView x:Name="PropertyListView" ... /> and property count now uses use the result of an [[EvalExpression]]. Mass editing will no longer work or the count will be incorrect if not updated;* Changed from "Properties.Items" to "Properties.VisibleItems" in bindings because Items/AllItems now also include those system/invisible ones that users are not supposed to see.
=== UBIKPropertyItem/UBIKPriorityPropertyItem ===
=== Editor related templates ===
{{Hint|The affected list changes are quite extensive and, therefore, we recommended you taking the default templates from the app and re-customize them from there.}} First of templates include: all for UBIKEditDateTime, UBIKEditDouble, UBIKEditInt, UBIKEditGuid, UBIKEditChart, UBIKEditGeo, UBIKEditBool, UBIKEditString, UBIKEditDialogButtons, UBIKEditDialogHeader, UBIKEditDialogNACheck.
* Changed from "EditDialogViewModel.PropertyItem" to "PropertyViewModel" in bindings;
* Changed from "EditDialogViewModel." to "PropertyViewModel." in bindings;
* Changed from "EditDialogViewModel.DeletePressedCommand" to "PropertyViewModel.DeleteValueCommand" in a binding; (UBIKEditGuid)
* UBIKEditString was renamed from UBIKEdit.
<headertabs />
{{Category/Version2|{{PAGENAME}}}}
[[Category:Version 4.0|Version 4.0 (WinX)]]