'Declaration
Public Overridable Function IsPaneAppointment( _ ByVal appointment As Appointment, _ ByVal filter As AppointmentFilterEnum _ ) As Boolean
public virtual bool IsPaneAppointment( Appointment appointment, AppointmentFilterEnum filter )
Parameters
- appointment
- The C1.Schedule.Appointment object to check.
- filter
- The AppointmentFilterEnum value which should be used for filtering.
Return Value
True if the C1.Schedule.Appointment object should be shown in the current pane; otherwise, False.