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

CellsAutoHeightOptions.MinHeight Property

Gets or sets the minimum height of time cells for a resource that can be set when using the CellsAutoHeight mode.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

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

Property Value

Type Default Description
Int32

0

An integer value specifying the cell height in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to MinHeight
GanttView
TimelineView

Remarks

When CellsAutoHeightOptions.Enabled is true, the height of time cells corresponding to each resource is automatically changed to fit resource appointments. In this case, resources that do not contain appointments or contain only a few appointments are shrunk. The MinHeight property specifies the minimum resource height that can be set.

See Also