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

Resource.ImageBytes Property

Gets or sets a byte array that consitutes an image associated with a resource.

Namespace: DevExpress.XtraScheduler

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

Declaration

[Browsable(false)]
byte[] ImageBytes { get; set; }

Property Value

Type Description
Byte[]

A Byte[] object that is the array of bytes used to create an image.

Remarks

Use the ImageBytes property to specify the image to be shown within the header of the current resource. Note that the appearance of a resource’s header is determined by the object returned by the SchedulerOptionsView.ResourceHeaders property.

Tip

If the Scheduler is bound to a data source, use Resource Mappings to set the resource image.

See Also