Skip to main content
A newer version of this page is available. .

XPDictionary.RegisterValueConverter(ValueConverter, Type) Method

Registers a value-and-type convertor for the specified member type.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public void RegisterValueConverter(
    ValueConverter converter,
    Type memberType
)

Parameters

Name Type Description
converter ValueConverter

A ValueConverter descendant which represents the value-and-type convertor for the member whose type is passed as the memberType parameter.

memberType Type

A Type descendant which represents the type of the member.

See Also