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

UploadControlFileListStyle.MaxHeight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit object that defines the maximum height of the control’s file list.

Remarks

The MaxHeight property is not in effect if the UploadAdvancedModeSettings.EnableMultiSelect and/or UploadAdvancedModeSettings.EnableFileList properties are disabled.

ASPxUploadControl-FileList-MaxHeight

See Also