Interface
IPropertyValueProvider

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.

Declaration

cs-api-definition
IEnumerable<string> GetPropertyNames()

Returns

IEnumerable<string>

GetPropertyValue(string)

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

Declaration

cs-api-definition
object GetPropertyValue(string propertyName)

Parameters

propertyName

string

Returns

object