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

ASPxSchedulerOptionsCellAutoHeight.MaxHeight Property

Gets or sets the maximum height of time cells when using the LimitHeight mode.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue(0)]
public int MaxHeight { get; set; }

Property Value

Type Default Description
Int32 0

An integer, specifying the cell height in pixels.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MaxHeight
ASP.NET Controls and MVC Extensions MonthView
TimelineView
WeekView
MVCxSchedulerMonthView
MVCxSchedulerTimelineView
MVCxSchedulerWeekView
ASP.NET Bootstrap Controls BootstrapMonthView
BootstrapTimelineView
BootstrapWeekView

Remarks

Specify the ASPxSchedulerOptionsCellAutoHeight.Mode property to the AutoHeightMode.LimitHeight value for the MaxHeight setting to have effect.

See Also