HA
haneefm
Syncfusion Team
July 2, 2007 08:01 PM UTC
Hi Tom,
How can I find out to which this nested property belongs?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
You can try these code :
GridTableControl tc = this.Grid as GridTableControl;
Type type = tc.TableDescriptor.Fields["Test_StirngProperty"].GetParentFieldDescriptor().FieldPropertyType;
Console.WriteLine("Property Type=" + type);
Best regards,
Haneef