Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Marky 26 posts 65 karma points
    Sep 25, 2018 @ 10:10
    Marky
    0

    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 :

    @foreach( item in ids )
    {
         <span>@item.GetPropertyValue<Picker>("builder")</span>
    }
    

    All I want is to get the value of label.

    [ { "key": "3284", "label": "Lorem Ipsum" } ]

    I already add @using nuPickers but still no luck!

    Appreciate any help,

    Thanks,

    Marky

Please Sign in or register to post replies

Write your reply to:

Draft