You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using materialradiobutton (single) control in my application but due to its protection level (You are using internal access modifier), I am unable to call its constructor. I am getting this error
Method `XF.Material.Forms.UI.MaterialRadioButton..ctor()' is inaccessible.
It is access modifier error. So If you make it public then it should work.
The text was updated successfully, but these errors were encountered:
Hi. Yes that is intentional, since MaterialRadioButton is only used in MaterialRadioButtonGroup. I don't see any importance to why a single radio button will be used. What is your intended use?
As I am using Listview for sorting items. I am also binding MaterialRadioButton in my sorting listview as my item (Label + MaterialRadioButton). Because I want to select only one item at a time how I can use MaterialRadioButtonGroup in list item. So I am using MaterialRadioButton instead of MaterialRadioButtonGroup.
I am using materialradiobutton (single) control in my application but due to its protection level (You are using internal access modifier), I am unable to call its constructor. I am getting this error
Method `XF.Material.Forms.UI.MaterialRadioButton..ctor()' is inaccessible.
It is access modifier error. So If you make it public then it should work.
The text was updated successfully, but these errors were encountered: