Jump to: navigation, search

Changes


/* Show Properties and Property details */ Fixed a typo found by CLE.
=== Show Properties and Property details ===
{{Version/WinXSince|4.0}}{{Version/XamarinSince|4.0}} It is not necessary to use NextLevel Properties are now attached directly to the ContentViewModel, grouped under several useful collections, such as;
* Properties.VisibleItems - all delivered Properties that are not set as not [[Visibility|visible]] in the data model.
* Properties.EditableItems - Properties that can be edited by the user.
* Properties.ImportantLiveItems - important Properties that are specifically [[Live_Values|Live Value]] items.
<br>
Developer Mode [[Developer_Mode]] can be used to inspect the full range of properties and commands available to a single Property, and the following are examples of bindings that can be used.
{{Attention|Since v4.0, it is no longer required to use NextLevel to to display data from the property item view model. Bindings referencing ''NextLevel.PropertyItems'' are obsolete and should be removed from all customizings.}}
460
edits