Resource(Object, String, Object) 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. |
parent |
Object | An object that is the identifier of the parent resource in a tree-like resource hierarchy. |
See Also