Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

UploadControlFileListStyle.Height Property

Gets or sets the height of the control’s file list.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the height of the file list.

Remarks

Use the Height and UploadControlFileListStyle.Width properties to specify the file list’s height and width respectively.

See Also