UploadControlFileListStyle.MaxHeight Property
Gets or sets the maximum height of the control's file list.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit MaxHeight { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property MaxHeight As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | 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.
See Also
Feedback