AgendaViewStyles.ScrollAreaHeight Property
Specifies the height of the scroll container that encloses the Agenda View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit ScrollAreaHeight { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property ScrollAreaHeight As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | An Unit structure specifying the height of the scroll container. |
See Also
Feedback