New to Telerik UI for WPFStart a free 30-day trial

Provides a way to extract property values by property names.

Definition

Namespace:Telerik.Windows.Controls.FileSearch

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public interface IPropertyValueProvider

Derived Classes: DynamicFileInfoProxyFileSystemInfoProxy

Methods

Gets the list of all property names of this IPropertyValueProvider instance.

C#
IEnumerable<string> GetPropertyNames()
Returns:

IEnumerable<string>

Gets the value of the property with the specified property name.

C#
object GetPropertyValue(string propertyName)
Parameters:propertyNamestringReturns:

object