FileManagerPanelStyle.Height Property
Gets or sets the upload panel's height.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public override Unit Height { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Overrides Property Height As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit value that specifies the panel's height. |
See Also
Feedback