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

IResourceStorageBase.Remove(Resource) Method

Removes the specified resource from the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

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 accessible with the Items property.

See Also