Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

event PrepareFilterColumnEventHandler PrepareResourceFilterColumn

Event Data

The PrepareResourceFilterColumn 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