UploadControlFileListStyle.MaxHeight Property
Gets or sets the maximum height of the control’s file list.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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.
See Also