Skip to main content

Resource.Image Property

Gets or sets the resource's image.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public Image Image { get; set; }

#Property Value

Type Description
Image

A Image value specifying the resource's image.

#Remarks

Use the Image property to specify the image to be shown within the header of the current resource.

See Also