Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AppointmentsCoverPane Class / GetKeepTimesAtDrop Method
The System.Windows.FrameworkElement from which the property value is read.

In This Topic
    GetKeepTimesAtDrop Method (AppointmentsCoverPane)
    In This Topic
    Gets the value of the KeepTimesAtDrop attached property for a given framework element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetKeepTimesAtDrop( _
       ByVal element As FrameworkElement _
    ) As Boolean
    public static bool GetKeepTimesAtDrop( 
       FrameworkElement element
    )

    Parameters

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

    Return Value

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