Skip to main content

ResourceExtension.SetImage(Resource, Image) Method

Assigns an image to the specified resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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.

See Also