ResourceStorage.Add(Resource) Method
In This Article
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Resource | A Resource object to be appended to the resource collection. |
#Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position into which the new element has been inserted. |
#Remarks
The Add method appends a resource object to the DevExpress.XtraScheduler.ResourceCollection collection in the storage.
See Also