listviewObject.ItemsSource =
ListItemData.Where(f => f.Any(z => z.Title.ToLower().Contains(searchText.ToLower())));
ListItemData.Where(f => f.Any(z => z.Title.ToLower().Contains(searchText.ToLower())));
Learn .NET MAUI with step-by-step C# tutorials and ready-to-use code samples MVVM, SQLite, REST APIs, navigation, notifications and more for cross-platform apps.
No comments:
Post a Comment