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