ClassCustomTypeProviderExtensions
Class
ICustomTypeProvider extensions.
Definition
Namespace:Telerik.Windows.Data.Expressions
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public static class CustomTypeProviderExtensions
Inheritance: objectCustomTypeProviderExtensions
Methods
Property<T>(ICustomTypeProvider, string)
Gets the value of a property on the given custom type provider.
Declaration
cs-api-definition
public static T Property<T>(this ICustomTypeProvider typeProvider, string propertyName)
Parameters
typeProvider
The type provider, which property will be accessed.
propertyName
Name of the property.
Returns
T
The value of the given property for the given custom type provider.
Property<T>(object, string)
Gets the value of a property on the given component.