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

DayViewStyles.AllDayAreaHeight Property

Specifies the height of the All-Day Area.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit AllDayAreaHeight { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure.

See Also