ActiveReports 12
ClearValue(DependencyPropertyKey) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > TocPanel Class > ClearValue Method : ClearValue(DependencyPropertyKey) Method
The key for the dependency property to be cleared.
Clears the local value of a read-only property. The property to be cleared is specified by a System.Windows.DependencyPropertyKey.
Syntax
'Declaration
 
Public Overloads Sub ClearValue( _
   ByVal key As DependencyPropertyKey _
) 
public void ClearValue( 
   DependencyPropertyKey key
)

Parameters

key
The key for the dependency property to be cleared.
Exceptions
ExceptionDescription
Attempted to call System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty) on a sealed System.Windows.DependencyObject.
See Also

Reference

TocPanel Class
TocPanel Members
Overload List