1 interface inheriting from IItemDelegate
Microsoft.Maui (1)
Core\IPicker.cs (1)
10 public interface IPicker : IView, ITextStyle, ITextAlignment, IItemDelegate<string>
4 references to IItemDelegate
Microsoft.Maui (2)
Primitives\ItemDelegateList.cs (2)
9 public ItemDelegateList(IItemDelegate<T> itemDelegate) 17 public IItemDelegate<T> ItemDelegate { get; }
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
442 int IItemDelegate<string>.GetCount() => Items?.Count ?? ItemsSource?.Count ?? 0; 444 string IItemDelegate<string>.GetItem(int index)