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

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.v18.1.dll

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.Enabled).

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CellsAutoHeightOptions property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also