InterfaceIPropertyValueProvider
Interface
Provides a way to extract property values by property names.
Definition
Namespace:Telerik.Windows.Controls.FileSearch
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface IPropertyValueProvider
Methods
GetPropertyNames()
Gets the list of all property names of this IPropertyValueProvider instance.
GetPropertyValue(string)
Gets the value of the property with the specified property name.