[]
        
(Showing Draft Content)

C1.WPF.Schedule.AppointmentsCoverPane.IsPaneAppointment

IsPaneAppointment Method

IsPaneAppointment(Appointment, AppointmentFilterEnum)

Checks whether the specified appointment should be shown in the current pane. The default implementation filters appointments according to the AppointmentsCoverPane.AppointmentFilter property value.

Declaration
public virtual bool IsPaneAppointment(Appointment appointment, AppointmentFilterEnum filter)
Parameters
Type Name Description
Appointment appointment

The C1.Schedule.Appointment object to check.

AppointmentFilterEnum filter

The AppointmentFilterEnum value which should be used for filtering.

Returns
Type Description
bool

True if the C1.Schedule.Appointment object should be shown in the current pane; otherwise, False.

Remarks

Override this method in the derived class to filter appointments by additional conditions.