Sets the value of the PaneName attached property for a given framework element.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static void SetPaneName(
	FrameworkElement element,
	string value
)
Visual Basic
Public Shared Sub SetPaneName ( _
	element As FrameworkElement, _
	value As String _
)

Parameters

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

See Also