SchedulerResourceHeaderOptions.ImageInterpolationMode Property
Gets or sets the algorithm used for image scaling in the headers.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DefaultValue(InterpolationMode.Default)]
[XtraSerializableProperty]
public InterpolationMode ImageInterpolationMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| InterpolationMode | Default | An InterpolationMode enumeration member specifying the algorithm that is used when images are scaled. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ImageInterpolationMode |
|---|---|
| SchedulerOptionsView |
|
Remarks

See Also