Interface IPropertyValueProvider
Provides a way to extract property values by property names.
Namespace: Telerik.WinControls.FileSearch
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IPropertyValueProvider
Methods
GetPropertyNames()
Gets the list of all property names of this IProperty
Declaration
IEnumerable<string> GetPropertyNames()
Returns
System.
|
GetPropertyValue(String)
Gets the value of the property with the specified property name.
Declaration
object GetPropertyValue(string propertyName)
Parameters
System.
|
Returns
System.
|