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