Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AppointmentsCoverPane Class / SetAppointmentFilter Method
The System.Windows.FrameworkElement for which the property value is set.
The AppointmentFilterEnum value to be set on the specified element.

In This Topic
    SetAppointmentFilter Method (AppointmentsCoverPane)
    In This Topic
    Sets the value of the AppointmentFilter attached property for a given framework element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetAppointmentFilter( _
       ByVal element As FrameworkElement, _
       ByVal value As AppointmentFilterEnum _
    ) 
    public static void SetAppointmentFilter( 
       FrameworkElement element,
       AppointmentFilterEnum value
    )

    Parameters

    element
    The System.Windows.FrameworkElement for which the property value is set.
    value
    The AppointmentFilterEnum value to be set on the specified element.
    See Also