Resource(Object, String) Constructor
In This Article
Initializes a new instance of the Resource class with the specified caption and ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
id | Object | An Object value that specifies the ID of the resource. This value is assigned to the Resource. |
caption | String | A String value that specifies the caption of the resource. This value is assigned to the Resource. |
See Also