ActiveReports 12
ClearValue(DependencyProperty) Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > TocPanel Class > ClearValue Method : ClearValue(DependencyProperty) Method
The dependency property to be cleared, identified by a System.Windows.DependencyProperty object reference.
Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier.
Syntax
'Declaration
 
Public Overloads Sub ClearValue( _
   ByVal dp As DependencyProperty _
) 
public void ClearValue( 
   DependencyProperty dp
)

Parameters

dp
The dependency property to be cleared, identified by a System.Windows.DependencyProperty object reference.
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