ResourceStorage.Contains(Resource) Method
In This Article
Determines whether the storage contains the specified resource.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Resource | A Resource object to be searched in the storage. |
#Returns
Type | Description |
---|---|
Boolean | true if the storage contains the specified resource; otherwise, false. |
#Remarks
The storage searches for the specified resource in its collection of resources available via the ResourceStorage.Items property.
See Also