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

SchedulerOptionsView.ResourceHeaders Property

Gets the object which combines appearance options for a scheduler’s resource headers.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public SchedulerResourceHeaderOptions ResourceHeaders { get; }

Property Value

Type Description
SchedulerResourceHeaderOptions

A SchedulerResourceHeaderOptions object that represents the resource headers options.

Property Paths

You can access this nested property as listed below:

Object Type Path to ResourceHeaders
SchedulerControl
.OptionsView.ResourceHeaders

Remarks

Use the SchedulerResourceHeaderOptions object returned by the ResourceHeaders property to control how resource headers are shown within a scheduler control. For instance, use its SchedulerResourceHeaderOptionsBase.ImageAlign, SchedulerResourceHeaderOptions.ImageSize, SchedulerResourceHeaderOptionsBase.ImageSizeMode and SchedulerResourceHeaderOptions.ImageInterpolationMode properties to specify the appearance of resources images.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ResourceHeaders 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