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

FileManagerFileStyle.Height Property

Gets or sets the height of the file’s hover area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the height of the area.

See Also