Back to Devexpress

ISchedulerStorage.PrepareResourceFilterColumn Event

windowsforms-devexpress-dot-xtrascheduler-dot-ischedulerstorage-b67d2a02.md

latest2.0 KB
Original Source

ISchedulerStorage.PrepareResourceFilterColumn Event

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
event PrepareFilterColumnEventHandler PrepareResourceFilterColumn
vb
Event PrepareResourceFilterColumn As PrepareFilterColumnEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
FilterColumnGets or sets a field to which a filter criteria is applied.

See Also

PrepareAppointmentFilterColumn

ISchedulerStorage Interface

ISchedulerStorage Members

DevExpress.XtraScheduler Namespace