Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementsPane Class / PaneNameProperty Field

In This Topic
    PaneNameProperty Field
    In This Topic
    Identifies the PaneName attached property. If you use several CoverElementsPane objects in a single template, you should specify this property on a covered element that has the OrientationProperty property set. Set this value to the value of the Windows.UI.Xaml.FrameworkElement.Name property of the corresponding CoverElementsPane object.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly PaneNameProperty As DependencyProperty
    public static readonly DependencyProperty PaneNameProperty
    See Also