Hello,
is it possible to get the underlying PropertyDescriptor of Infragistics.Windows.DataPresenter.Field?
Thanks!
Sven
I've seen that there's a method GetPropertyDescriptor on Field. Unfortunately it needs a DataRecord. Therefore it can't be used in FieldLayoutInitialized-EventHander... Because in my case the PropertyDescriptor doesn't change for different rows, it wouldn't be necessary to "bind" the method to a row (record)... Is there a workaround available, like binding of properties of auto-generated fields at runtime?
Is this possible? I do have the same problem... Depending on my derived PropertyDescriptor I would like to define "AllowHiding" (in FieldLayoutInitialized)...