Back to Devexpress

TimelineView.CellsAutoHeightOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-timelineview-c597b798.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public CellsAutoHeightOptions CellsAutoHeightOptions { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property CellsAutoHeightOptions As CellsAutoHeightOptions

Property Value

TypeDescription
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

TimelineView Class

TimelineView Members

DevExpress.XtraScheduler Namespace