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

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

    Parameters

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

    Return Value

    The AppointmentFilterEnum value of the specified element.
    See Also