Table of Contents

Method UnregisterCustomValueGetter

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

UnregisterCustomValueGetter(string, Type, Type)

Removes custom getter method for the given property.

public static void UnregisterCustomValueGetter(string propertyName, Type propertyType, Type declaringType = null)

Parameters

propertyName string

Name of the property to process.

propertyType Type

Type of the property.

declaringType Type

Type where this property is declared, null by default.