Scheduler for WPF | ComponentOne
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.

In This Topic
    SetPaneName Method (CoverElementsPane)
    In This Topic
    Sets the value of the PaneName attached property for a given framework element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetPaneName( _
       ByVal element As FrameworkElement, _
       ByVal value As String _
    ) 
    public static void SetPaneName( 
       FrameworkElement element,
       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