ActiveReports 13
SetValue(DependencyPropertyKey,Object) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > SidebarPanel Class > SetValue Method : SetValue(DependencyPropertyKey,Object) Method
The System.Windows.DependencyPropertyKey identifier of the property to set.
The new local value.
Sets the local value of a read-only dependency property, specified by the System.Windows.DependencyPropertyKey identifier of the dependency property.
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal key As DependencyPropertyKey, _
   ByVal value As Object _
) 
public void SetValue( 
   DependencyPropertyKey key,
   object value
)

Parameters

key
The System.Windows.DependencyPropertyKey identifier of the property to set.
value
The new local value.
See Also

Reference

SidebarPanel Class
SidebarPanel Members
Overload List