Skip to main content

TimelineView.CellsAutoHeightOptions Property

Provides access to options for specifying cell auto height behavior in the Timeline or Gantt view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public CellsAutoHeightOptions CellsAutoHeightOptions { get; }

Property Value

Type Description
CellsAutoHeightOptions

A CellsAutoHeightOptions object containing options that affect cell height calculations.

Remarks

Use the CellsAutoHeightOptions property to specify whether the height of time cells for each resource should be automatically adjusted in the Timeline or Gantt view to fit resource appointments (CellsAutoHeightOptions.AutoHeightMode).

See Also