-
Notifications
You must be signed in to change notification settings - Fork 13
Getting Started
Håvard Moås edited this page Sep 19, 2019
·
26 revisions
dotnet add package DIPS.Xamarin.UI
Install-Package DIPS.Xamarin.UI
We recommend using Custom Namespace to refer to our UI components in XAML:
-
In your
App.xaml.cs
addDIPS.Xamarin.UI.Library.Initialize()
in the constructor. -
In the desired XAML component add the namespace with a prefix in your namespaces section:
xmlns:dxui="http://dips.xamarin.ui.com"
-
You can now refer the library by doing this in your XAML:
<dxui:"component">
Each component are documented here
No special prerequisite before using the different APIs. Each API is documented here.
- ContentControl
- DataTemplateSelectors
- Date- and TimePicker
- Modality
- Contextual Menus
- RadioButton
- TrendGraph
- Tag
- Toast