How do I know if the value of my control in XamDataGrid content can be modified? So how do I know in my control if the property AllowEdit of the XamDataGrid is set to True or False?
Thanks for reply
I am not sure I completey understand what you are trying to do, but you should be able to look at the FieldLayout.Fields collection and check the AllowEdit property of the column containing your control.
Can someone help me?