ResourceStorageBase.Contains(Resource) Method
Determines whether the storage contains the specified resource.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
resource | Resource | A Resource object to locate in the storage. |
Returns
Type | Description |
---|---|
Boolean | true if the storage contains the specified resource; otherwise, false. |
Implements
See Also