Class
CustomTypeProviderExtensions

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

ICustomTypeProvider

The type provider, which property will be accessed.

propertyName

string

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.

Declaration

cs-api-definition
public static T Property<T>(object component, string propertyName)

Parameters

component

object

The component, which property will be accessed.

propertyName

string

Name of the property.

Returns

T

The value of the given property for the given component.