TimelineView.CellsAutoHeightOptions Property
In This Article
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 |
---|---|
Cells |
A Cells |
#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