Exemplo n.º 1
0
 private static String GetText(Object item, FilterComboBox comboBox)
 {
     var propertyName = (String)comboBox.GetValue(TextSearch.TextPathProperty);
     return (String)GetPropertyValue(item, propertyName);
 }