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

SchedulerResourceHeaderOptions.ImageSize Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

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
HorizontalResourceHeaders
.Options.ImageSize
VerticalResourceHeaders
.Options.ImageSize
SchedulerOptionsView
.ResourceHeaders.ImageSize

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the ImageSize property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also