Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VerticalResourceHeaders.Options Property

Provides access to an object specifying appearance options for a scheduler report’s resource headers.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ReportResourceHeaderOptions Options { get; }

#Property Value

Type Description
ReportResourceHeaderOptions

A ReportResourceHeaderOptions object that represents the resource headers options for Scheduler Reporting.

#Remarks

Use the ReportResourceHeaderOptions object exposed via the Options property to control how resource headers are printed. You can specify the appearance of resource images by its SchedulerResourceHeaderOptionsBase.ImageAlign, SchedulerResourceHeaderOptions.ImageSize, SchedulerResourceHeaderOptionsBase.ImageSizeMode and SchedulerResourceHeaderOptions.ImageInterpolationMode properties to specify the appearance of resource images.

See Also