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

            return((String)GetPropertyValue(item, propertyName));
        }