Jump to: navigation, search

Changes


Property Based Content Filters

410 bytes removed, 10:39, 27 June 2024
<br>
[[Category:2.6.1|Property Based Content Filters]][[Category:Version 1.2|Property Based Content Filters]][[Category:WinX|Property Based Content Filters]][[Category:Xamarin|Property Based Content Filters]]
==== GUID Properties ====
<br>
=== Displaying Results ===
For performance/usability reasons, the result list is not immediately refreshed as one types in the text box. Instead, it only happens after the ReloadChildListCommand is triggered.
<br>
=== Evaluation Criteria ===
By default, the expression used for filtering is Content["PROPERTY_NAME"].DisplayValue.ToLower().Contains(FILTER_VALUE.ToLower())==true.
In other words, it checks whether the specified filter value (as string) is contained in the display value of the property.
<br><br>
[[Category:2.6.1|Property Based Content Filters]][[Category:Version 1.2|Property Based Content Filters]][[Category:WinX|Property Based Content Filters]][[Category:Xamarin|Property Based Content Filters]]
== UI Customizing ==
696
edits