ComponentOne Scheduler for WPF and Silverlight
SetPaneName Method (CoverElementsPane)

C1.WPF.Schedule Namespace > CoverElementsPane Class : SetPaneName Method
The System.Windows.FrameworkElement for which the property value is set.
The System.String value to be set on the specified element.
Sets the value of the PaneName attached property for a given framework element.
Syntax
'Declaration
 
Public Shared Sub SetPaneName( _
   ByVal element As System.Windows.FrameworkElement, _
   ByVal value As System.String _
) 
public static void SetPaneName( 
   System.Windows.FrameworkElement element,
   System.string value
)

Parameters

element
The System.Windows.FrameworkElement for which the property value is set.
value
The System.String value to be set on the specified element.
See Also

Reference

CoverElementsPane Class
CoverElementsPane Members