ActiveReports 13
GetValue Method (Sidebar)

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Sidebar Class : GetValue Method
The System.Windows.DependencyProperty identifier of the property to retrieve the value for.
Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject.
Syntax
'Declaration
 
Public Function GetValue( _
   ByVal dp As DependencyProperty _
) As Object
public object GetValue( 
   DependencyProperty dp
)

Parameters

dp
The System.Windows.DependencyProperty identifier of the property to retrieve the value for.

Return Value

Returns the current effective value.
Exceptions
ExceptionDescription
The specified dp or its value was invalid, or the specified dp does not exist.
See Also

Reference

Sidebar Class
Sidebar Members