Back to Devexpress

TimelineView.CellAutoHeightOptions Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-timelineview-a1c7b42b.md

latest1.4 KB
Original Source

TimelineView.CellAutoHeightOptions Property

Options that specify how the height of cells are adjusted.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public ASPxSchedulerOptionsCellAutoHeight CellAutoHeightOptions { get; }
vb
Public ReadOnly Property CellAutoHeightOptions As ASPxSchedulerOptionsCellAutoHeight

Property Value

TypeDescription
ASPxSchedulerOptionsCellAutoHeight

Automatic height options for cells.

|

Remarks

The list below illustrates different auto-height modes (Mode):

  • Mode = None

  • Mode = FitToContent

  • Mode = LimitHeight

See Also

TimelineView Class

TimelineView Members

DevExpress.Web.ASPxScheduler Namespace