Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementsPane Class / GetPaneName Method
The Windows.UI.Xaml.FrameworkElement from which the property value is read.

In This Topic
    GetPaneName Method
    In This Topic
    Gets the value of the PaneName attached property for a given framework element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPaneName( _
       ByVal element As FrameworkElement _
    ) As String
    public static string GetPaneName( 
       FrameworkElement element
    )

    Parameters

    element
    The Windows.UI.Xaml.FrameworkElement from which the property value is read.

    Return Value

    The System.String value of the specified element.
    See Also