I have a class A that contains a Property class B:
Class B
{
pulic int Value1 {get;set}
pulic string Text1 {get;set}
}
Class A
public int ID {get;set}
pulic ClassB BObject {get;set}
pulic string Description {get;set}
I will not have Autocreation of fields so how do I have to set up the fields for Property BObject
<ig:Field Name="BObject.Value1" /> does not work.
Can anybody help on this?
Hello Michael,
Thank you for the provided feedback. If you need any further assistance on the matter please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support