Clears the local value of a dependency property, specified by its DependencyPropertyKey identifier.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
protected internal virtual void RemoveValue(
	DependencyPropertyKey dependencyPropertyKey
)
Visual Basic (Declaration)
Protected Friend Overridable Sub RemoveValue ( _
	dependencyPropertyKey As DependencyPropertyKey _
)

Parameters

dependencyPropertyKey
Type: System.Windows..::.DependencyPropertyKey

See Also