ResourceDataStorage.Add(Object) Method
Adds a new resource with the specific ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | Object | An Object that specifies the unique resource ID. |
Returns
| Type | Description |
|---|---|
| Resource | A Resource object that is the created resource. |
See Also