Gets or sets the cell height.
Namespace:DevExpress.Web.ASPxScheduler
Assembly:DevExpress.Web.ASPxScheduler.v17.2.dll

Syntax
C# |
public override Unit Height { get; set; }
|
VB |
Overrides Public Property Height As Unit
|
Property value
Type: Unit
An System.Web.UI.WebControls.Unit structure specifying the cell height.

See Also