Hi,
I'd like to know if the Field.Settings.SortComparer property supports binding? I need to set this property to an IComparer<T> defined in a seperate assembly in the solution.
Thanks,
Tess
Hi Tess,
Here is a link to the FieldSettings Class Members documentation. You’ll see that the SortComparerProperty is a dependency property, meaning that you can bind to the SortComparer property which is an IComparer.
http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=InfragisticsWPF4.DataPresenter.v11.1~Infragistics.Windows.DataPresenter.FieldSettings_members.html
Is there anything else I can help with concerning this question?