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

FileManagerPanelStyle.Height Property

Gets or sets the upload panel‘s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value that specifies the panel’s height.

See Also