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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[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