Skip to main content
All docs
V19.2
Tab

UploadControlFileListStyle.Height Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.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