Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ResourceExtension.SetImage(Resource, Image) Method

Assigns an image to the specified resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.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