Skip to main content

ResourcesComboBoxControl.ResetResourcesItems(ResourceBaseCollection) Method

OBSOLETE

You should use the 'IResourceFilterControl.ResetResourcesItems' 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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Parameters

Name Type Description
resources ResourceBaseCollection

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

Remarks

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