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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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