xmlns:local="http://schemas.android.com/apk/res-auto"
| Binds | Android.Views |
|---|---|
| Text | Text,Number (can be formatted: Ex local:MvxBind="Text Format('Now: {0:hhmmss}', Time)"); // TimeSpan Time |
| Click | ICommand |
| Value | DateTime, Time |
| ItemsSource | MvxSpinner, MvxListView, MvxLinearLayout, MvxFrameLayout, MvxRadioGroup |
| ItemClick | MvxListView Item |