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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static string GetPaneName(
	FrameworkElement element
)
Visual Basic (Declaration)
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