Skip to main content

ISchedulerStorage.PrepareAppointmentFilterColumn Event

Fires when a column, representing an appointment’s field, is added to the collection of filter columns contained within the FilterControl.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

event PrepareFilterColumnEventHandler PrepareAppointmentFilterColumn

Event Data

The PrepareAppointmentFilterColumn event's data class is PrepareFilterColumnEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
FilterColumn Gets or sets a field to which a filter criteria is applied.
See Also