diff --git a/src/Controls/docs/Microsoft.Maui.Controls/DataTemplateSelector.xml b/src/Controls/docs/Microsoft.Maui.Controls/DataTemplateSelector.xml
index 3b2eea6bb80f..bb627af4e280 100644
--- a/src/Controls/docs/Microsoft.Maui.Controls/DataTemplateSelector.xml
+++ b/src/Controls/docs/Microsoft.Maui.Controls/DataTemplateSelector.xml
@@ -14,31 +14,6 @@
Selects objects by data type and container.
-
- Application developers override the method to return a unique for a data type and parent container combination. Additionally, because the same exact template instance must be returned for a given piece of data across successive calls to , developers should create and store these in their constructor overrides.
- Developers should note the following items: - OnSelectTemplate must not return another DataTemplateSelector, and
-
- The Android platform is limited to 20 templates per list view.
- The following example shows a basic use:
-
-