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

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

Syntax

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

Parameters

dependencyProperty
Type: System.Windows..::.DependencyProperty

See Also