Gets 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 string GetPaneName(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetPaneName ( _
	element As FrameworkElement _
) As String

Parameters

element
Type: System.Windows..::..FrameworkElement
The FrameworkElement from which the property value is read.

Return Value

The String value of the specified element.

See Also