Back to Devexpress

SchedulerOptionsView.ResourceHeaders Property

windowsforms-devexpress-dot-xtrascheduler-dot-scheduleroptionsview.md

latest3.1 KB
Original Source

SchedulerOptionsView.ResourceHeaders Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public SchedulerResourceHeaderOptions ResourceHeaders { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property ResourceHeaders As SchedulerResourceHeaderOptions

Property Value

TypeDescription
SchedulerResourceHeaderOptions

A SchedulerResourceHeaderOptions object that represents the resource headers options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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.

See Also

HorizontalResourceHeaders.Options

VerticalResourceHeaders.Options

SchedulerOptionsView Class

SchedulerOptionsView Members

DevExpress.XtraScheduler Namespace