[]
Checks whether the specified appointment should be shown in the current pane. The default implementation filters appointments according to the AppointmentsCoverPane.AppointmentFilter property value.
public virtual bool IsPaneAppointment(Appointment appointment, AppointmentFilterEnum filter)
| Type | Name | Description |
|---|---|---|
| Appointment | appointment | The C1.Schedule.Appointment object to check. |
| AppointmentFilterEnum | filter | The AppointmentFilterEnum value which should be used for filtering. |
| Type | Description |
|---|---|
| bool | True if the C1.Schedule.Appointment object should be shown in the current pane; otherwise, False. |
Override this method in the derived class to filter appointments by additional conditions.