1 implementation of Title
Microsoft.Maui.Controls (1)
Picker\Picker.cs (1)
177 public string Title
3 references to Title
Microsoft.Maui (3)
Handlers\Picker\PickerHandler.cs (1)
26 [nameof(IPicker.Title)] = MapTitle,
Handlers\Picker\PickerHandler.Tizen.cs (1)
120 using var popup = new ActionSheetPopup(VirtualView.Title, "Cancel", null, VirtualView.GetItemsAsArray());
Platform\Tizen\PickerExtensions.cs (1)
7 public static void UpdateTitle(this Entry platformPicker, IPicker picker) => platformPicker.UpdatePlaceholder(picker.Title);