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

Resource.Image Property

OBSOLETE

Use the GetImage and SetImage extension methods instead.

Gets or sets the image associated with the resource.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[Obsolete("Use the GetImage and SetImage extension methods instead.")]
Image Image { get; set; }

Property Value

Type Description
Image

A Image value specifying the resource’s image.

Remarks

For WinForms Scheduler, use the ResourceExtension.GetImage and ResourceExtension.SetImage extension methods to specify the image for display within the header of the current resource. The methods are accessible with Resource.GetImage and Resource.SetImage notation. The appearance of a resource’s header is determined by the object returned by the SchedulerOptionsView.ResourceHeaders property.

See Also