From 9e34786a657d5a3b2436c9c1d8a2cefde01c2aa5 Mon Sep 17 00:00:00 2001 From: Trivalik <3148279+trivalik@users.noreply.github.com> Date: Thu, 11 Jan 2024 08:41:44 +0100 Subject: [PATCH] fix typo ItemTemplateSelectior --- controls/radtreeview/populating-with-data/item-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/radtreeview/populating-with-data/item-template.md b/controls/radtreeview/populating-with-data/item-template.md index 0b6d071da..2b15965fd 100644 --- a/controls/radtreeview/populating-with-data/item-template.md +++ b/controls/radtreeview/populating-with-data/item-template.md @@ -10,7 +10,7 @@ position: 8 # ItemTemplate -When binding your __RadTreeView__ to a collection, you are able to configure the visualization of the data and the appearance of the __RadTreeViewItems__ via the __ItemTemplate__ and the __ItemTemplateSelectior__ properties. +When binding your __RadTreeView__ to a collection, you are able to configure the visualization of the data and the appearance of the __RadTreeViewItems__ via the __ItemTemplate__ and the __ItemTemplateSelector__ properties. If you want to read about the __ItemTemplateSelector__, see the main topic [ItemTemplateSelector]({%slug radtreeview-populating-with-data-item-template-selector%}).