Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxScheduler.Height Property

Overrides the ASPxWebControl.Height property to hide it.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit object.

Remarks

This property is overridden to hide the corresponding property of the ASPxWebControl class, because the Height property isn’t appropriate for the ASPxScheduler class.

See Also