PrepareFilterColumnEventArgs Class
Provides data for the SchedulerStorage.PrepareAppointmentFilterColumn and SchedulerStorage.PrepareResourceFilterColumn events.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Remarks
These events occur for each filter column when the Scheduler is linked with the FilterControl and DevExpress.XtraEditors.Filtering.IFilteredComponent interface of SchedulerStorage is initialized.
Inheritance
Object
EventArgs
CancelEventArgs
PrepareFilterColumnEventArgs
See Also