Skip to main content
A newer version of this page is available. .

ScaleBasedRangeControlClientOptions.ThumbnailHeight Property

Gets or sets the height of a single appointment thumbnail displayed in the RangeControl.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[DefaultValue(0)]
public int ThumbnailHeight { get; set; }

Property Value

Type Default Description
Int32 0

An integer value which specifies the appointment thumbnail height measured in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to ThumbnailHeight
SchedulerControl
.OptionsRangeControl.ThumbnailHeight

Remarks

When the SchedulerControl is bound to a RangeControl, appointment data are indicated in RangeControl as thumbnails or numbers (ScaleBasedRangeControlClientOptions.DataDisplayType). Use the ThumbnailHeight property to specify the height of appointment thumbnails. The default value of 0 (zero) actually defines an appointment thumbnail 7 pixels in height.

OptionsRangeControl_ThumbnailHeight

See Also