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.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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:
| Object Type | Path to MaxHeight |
|---|---|
| MonthView |
|
| TimelineView |
|
| WeekView |
|
Remarks
Specify the ASPxSchedulerOptionsCellAutoHeight.Mode property to the AutoHeightMode.LimitHeight value for the MaxHeight setting to have effect.
See Also