Skip to main content
A newer version of this page is available. .

WeekView.CellAutoHeightOptions Property

Options that specify how the height of cells are adjusted.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxSchedulerOptionsCellAutoHeight CellAutoHeightOptions { get; }

Property Value

Type Description
ASPxSchedulerOptionsCellAutoHeight

Automatic height options for cells.

Remarks

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

  • Mode = None

    The control does not change cells’ height to fit their content.

  • Mode = FitToContent

    The control stretches (or narrows) cells’ height to fit their content.

  • Mode = LimitHeight

    The control stretches (or narrows) cells’ height to fit their content. The cells’ height is limited by the MinHeight and MaxHeight properties.

See Also