ResourceStorage.Remove(Resource) Method
In This Article
Removes the specified Resource object from the storage.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#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