ScaleBasedRangeControlClientOptions.ThumbnailHeight Property
Gets or sets the height of a single appointment thumbnail displayed in the RangeControl.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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.
See Also