ResourceStorageBase.Remove(Resource) Method
In This Article
Removes the specified Resource object from the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#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 ResourceStorageBase.Items property.
#Implements
See Also