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

ASPxSchedulerOptionsCellAutoHeight.MinHeight Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(0)]
public int MinHeight { 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 MinHeight
ASP.NET Controls and MVC Extensions MonthView
.CellAutoHeightOptions .MinHeight
TimelineView
.CellAutoHeightOptions .MinHeight
WeekView
.CellAutoHeightOptions .MinHeight
ASP.NET Bootstrap Controls BootstrapMonthView
.CellAutoHeightOptions .MinHeight
BootstrapTimelineView
.CellAutoHeightOptions .MinHeight
BootstrapWeekView
.CellAutoHeightOptions .MinHeight
ASP.NET MVC Extensions MVCxSchedulerMonthView
.CellAutoHeightOptions .MinHeight
MVCxSchedulerTimelineView
.CellAutoHeightOptions .MinHeight
MVCxSchedulerWeekView
.CellAutoHeightOptions .MinHeight

Remarks

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

See Also