Skip to main content

ScaleBasedRangeControlClientOptions.ThumbnailHeight Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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.

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