Skip to main content

SchedulerResourceHeaderOptions.ImageSize Property

Gets or sets the size of an image which is shown within a resource header.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[XtraSerializableProperty]
public Size ImageSize { get; set; }

Property Value

Type Description
Size

A Size value which represents the size of an image.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageSize
SchedulerOptionsView
.ResourceHeaders .ImageSize

Remarks

If the ImageSize is set to Empty, then the image is shown using its original size.

See Also