Changes
/* PropertyDirectItemTemplateSelector (UWP & Xamarin) */ Added Min Max template to the PropertyDirectItemTemplateSelector
* Otherwise:
** Returns a ''UBIKPropertyDirectItemList'' template if the MetaProperty of the given item has a [[UBIK_Client_Basics#Selective_List_Properties|SelectiveList]].
** Returns a ''UBIKPropertyDirectItemMinMax'' template if the given Property is a [[Min_Max_Properties|Min Max Property]].
** Returns a ''UBIKPropertyDirectItemBool'' template if the given Property is of type Bool.
** Returns a ''UBIKPropertyDirectItemString'' template if the given Property is of type String.
* Otherwise:
** Returns a ''UBIKPropertyDirectItemList'' template if the MetaProperty of the given item has a [[UBIK_Client_Basics#Selective_List_Properties|SelectiveList]].
** Returns a ''UBIKPropertyDirectItemMinMax'' template if the given Property is a [[Min_Max_Properties|Min Max Property]].
** Returns a ''UBIKPropertyDirectItemBool'' template if the given Property is of type Bool.
** Returns a ''UBIKPropertyDirectItemString'' template if the given Property is of type String.
{{Hint|To get an overview of how a template (e.g. ''UBIKPropertyItem'') is loaded, please refer to [[UBIK_Templates#Template_loading_mechanism|Template loading mechanism]].}}
[[Category:Client|UBIK Templates]]
[[Category:UBIK|UBIK Templates]]
[[Category:WinX|UBIK Templates]]
=== TaskPropertyTemplateSelector (UWP & Xamarin) ===