Info
Version: | 1.0.0 |
Author(s): | Petr Vobornik |
Last Update: | Friday, April 19, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PetrVobornik/LookupPicker |
NuGet Url: | https://www.nuget.org/packages/Amporis.Xamarin.Forms.LookupPicker |
Install
Install-Package Amporis.Xamarin.Forms.LookupPicker
dotnet add package Amporis.Xamarin.Forms.LookupPicker
paket add Amporis.Xamarin.Forms.LookupPicker
Amporis.Xamarin.Forms.LookupPicker Download (Unzip the "nupkg" after downloading)
Dependencies
- Xamarin.Forms(>= 3.6.0.344457)
Tags
It brings two new properties: ID (bindable property which represents a key value of the selected item) and ItemIdProperty (name of the key property, e.g. "Id").
It is very useful for editing database data (e.g. by SQLite) with foreign key references, such as LookupComboBox in Delphi.