Skip to content

Commit 52f398e

Browse files
Merge pull request #3060 from JCleaver-Keithley/patch-1
Fix typo
2 parents da9dc35 + ffa26c0 commit 52f398e

File tree

1 file changed

+1
-1
lines changed
  • controls/radautocompletebox/styles-and-templates

1 file changed

+1
-1
lines changed

controls/radautocompletebox/styles-and-templates/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ __RadAutoCompleteBox__ provides the following properties for styling and templat
1414

1515
* __BoxesItemTemplate__ - when __RadAutoCompleteBox__ is bound to a collection of items, you can use the __BoxesItemTemplate__ property to easily configure the visualization and appearance of the items placed inside the boxes part of the control. Please, check {% if site.site_name == 'WPF' %}[this](https://docs.telerik.com/devtools/wpf/controls/radautocompletebox/styles-and-templates/customizing-boxes-itemtemplate.html){% endif %}{% if site.site_name == 'Silverlight' %}[this](https://docs.telerik.com/devtools/silverlight/controls/radautocompletebox/styles-and-templates/customizing-boxes-itemtemplate.html){% endif %} article for some more detailed information concerning __BoxesItemTemplate__ and how to apply it.
1616

17-
* __BoxesItemTemplateSelector__ - introduced with the Q1 2016 release of UI for {% if site.site_name == 'WPF' %}WPF{% endif %}{% if site.site_name == 'Silverlight' %}Silverlight{% endif %}, you use the __BoxesItemTemplateSelector__ propterty when you have more than one __BoxesItemTemplate__ defined for the same type of objects. Using __BoxesItemTemplateSelector__ you could easily provide a way to apply the data template based on some custom logic. You can create a class that inherits __DataTemplateSelector__ and by overriding the __SelectTemplate__ method, that should return the desired template based on a custom logic.
17+
* __BoxesItemTemplateSelector__ - introduced with the Q1 2016 release of UI for {% if site.site_name == 'WPF' %}WPF{% endif %}{% if site.site_name == 'Silverlight' %}Silverlight{% endif %}, you use the __BoxesItemTemplateSelector__ property when you have more than one __BoxesItemTemplate__ defined for the same type of objects. Using __BoxesItemTemplateSelector__ you could easily provide a way to apply the data template based on some custom logic. You can create a class that inherits __DataTemplateSelector__ and by overriding the __SelectTemplate__ method, that should return the desired template based on a custom logic.
1818

1919
* __BoxesItemStyle__ - introduced with the Q1 2016 release of UI for {% if site.site_name == 'WPF' %}WPF{% endif %}{% if site.site_name == 'Silverlight' %}Silverlight{% endif %}. You can use the __BoxesItemStyle__ property to easily customize the items that are placed inside the boxes part of the control. Please, check {% if site.site_name == 'WPF' %}[this](https://docs.telerik.com/devtools/wpf/controls/radautocompletebox/styles-and-templates/boxesitemstyle.html){% endif %}{% if site.site_name == 'Silverlight' %}[this](https://docs.telerik.com/devtools/silverlight/controls/radautocompletebox/styles-and-templates/boxesitemstyle.html){% endif %} article for some more detailed information concerning __BoxesItemStyle__ and how to apply it.
2020

0 commit comments

Comments
 (0)