ResourceExtension.GetImage(Resource) Method
Obtains an image assigned to the specified resource.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
resource | Resource | A Resource object that is the resource whose image is obtained. |
Returns
Type | Description |
---|---|
Image | A Image object that is the image assigned to the resource. |
See Also