SchedulerResourceHeaderOptions.ImageSize Property
Gets or sets the size of an image which is shown within a resource header.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
| Type | Description |
|---|---|
| Size | A |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ImageSize |
|---|---|
| SchedulerOptionsView |
|
Remarks
If the ImageSize is set to System.Drawing.Size.Empty, then the image is shown using its original size.
See Also