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

ResourceDataStorage.Remove(Resource) Method

Removes the specified Resource object from the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Scheduler

Declaration

public void Remove(
    Resource resource
)

Parameters

Name Type Description
resource Resource

A Resource object that is the resource to be removed.

Remarks

This method removes the specified resource from the storage’s resource collection available via the ResourceDataStorage.Items property.

See Also