Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I get an error Cannot convert method group 'GetPropertyValue' to non-delegate type 'object'
Cannot convert method group 'GetPropertyValue' to non-delegate type 'object'
Here is my code :
@foreach( item in ids ) { <span>@item.GetPropertyValue<Picker>("builder")</span> }
All I want is to get the value of label.
label
[ { "key": "3284", "label": "Lorem Ipsum" } ]
I already add @using nuPickers but still no luck!
@using nuPickers
Appreciate any help,
Thanks,
Marky
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Can't get the value of label in nuPickers
Hi,
I get an error
Cannot convert method group 'GetPropertyValue' to non-delegate type 'object'
Here is my code :
All I want is to get the value of
label
.I already add
@using nuPickers
but still no luck!Appreciate any help,
Thanks,
Marky
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.