ResourceStorage.Remove(Resource) Method
Removes the specified Resource object from the storage.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public override void Remove(
Resource obj
)
Public Overrides Sub Remove(
obj As Resource
)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Resource | A Resource object that specifies the resource to be removed. |
Remarks
The Remove method removes the specified resource from the storage's resource collection available via the ResourceStorage.Items property.
See Also