Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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