From 1c447344a7ccfcf13dd5482351b0ad3b792f84aa Mon Sep 17 00:00:00 2001
From: Jakub Florkowski <42434498+kubaflo@users.noreply.github.com>
Date: Mon, 7 Oct 2024 13:38:45 +0200
Subject: [PATCH] Remove excessive DataTemplateSelector API comment (#25105)
---
.../DataTemplateSelector.xml | 25 -------------------
1 file changed, 25 deletions(-)
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:
-
-