Skip to main content

ResourcesCheckedListBoxControl(ResourceFilterController) Constructor

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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