Skip to main content
Tab

UploadControlFileListStyle.MaxHeight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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