Skip to main content
A newer version of this page is available. .

ResourceExtension.SetImage(Resource, Image) Method

Assigns an image to the specified resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public static void SetImage(
    this Resource resource,
    Image image
)

Parameters

Name Type Description
resource Resource

A Resource object that is the resource whose image is specified.

image Image

A Image object to assign to the resource.

Remarks

The static SetImage method enables you to assign an image to the resource. The image is available with the Resource.Image property.

See Also