TimelineView.CellsAutoHeightOptions Property
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.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