SchedulerOptionsView.ResourceHeaders Property
Gets the object which combines appearance options for a scheduler’s resource headers.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public SchedulerResourceHeaderOptions ResourceHeaders { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Resource |
---|---|
Scheduler |
|
#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.