Skip to main content

XPDictionary.RegisterValueConverter(ValueConverter, Type) Method

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

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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