ActiveReports 12
GetValue Method (SidebarPanel)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > SidebarPanel 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

SidebarPanel Class
SidebarPanel Members