Skip to main content

TimelineViewStyles.ScrollAreaHeight Property

Specifies the height of the scroll container that encloses the Timeline View.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Unit String.Empty

An Unit structure specifying the height of the scroll container.

See Also