Namespace:DevExpress.XtraScheduler
Assembly:DevExpress.XtraScheduler.v19.2.Core.dll

Syntax
C# |
public virtual bool RaiseFilterResource(
Resource resource
)
|
VB |
Overridable Public Function RaiseFilterResource(
ByVal resource As Resource
) As Boolean
|
Return value
Type: Boolean
True, if the FilterResource event is not handled or e.Cancel in the event handler is not set to true; otherwise, false.

See Also