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

ASPxCalendar.Height Property

Gets or sets the calendar’s height. This property is not in effect for the ASPxCalendar class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value representing the image’s height.

Remarks

The Height property overrides the corresponding property of a base class only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

See Also