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

ResourcesComboBoxControl.ResourceVisibleChanged(ResourceBaseCollection) Method

OBSOLETE

You should use the 'IResourceFilterControl.ResourceVisibleChanged' instead.

Resets all resource items and their visibility state in the list according to the specified resources collection.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Obsolete("You should use the 'IResourceFilterControl.ResourceVisibleChanged' instead.", false)]
public void ResourceVisibleChanged(
    ResourceBaseCollection resources
)

Parameters

Name Type Description
resources ResourceBaseCollection

A ResourceBaseCollection object which contains resources to be used when updating.

Remarks

The ResourceVisibleChanged method removes all items currently shown in the combo box and adds new items according to the resources contained in the specified resources collection.

See Also