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

ResourcesCheckedListBoxControl(ResourceFilterController) Constructor

Initializes a new instance of the ResourcesCheckedListBoxControl class with the specified filter controller.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public ResourcesCheckedListBoxControl(
    ResourceFilterController controller
)

Parameters

Name Type Description
controller DevExpress.XtraScheduler.UI.ResourceFilterController

A DevExpress.XtraScheduler.UI.ResourceFilterController object which represents the filter controller of the resources checked list box control.

See Also